Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix kwargs error from LLM endpoint in rag_prompt.py #35

Closed
wants to merge 1 commit into from

Conversation

kmheckel
Copy link

Fixed RAGPrompt error where retriever and k were being submitted to the LLM endpoint, causing runtime error.

This should resolve the issue reported below:

#34

Fixed RAGPrompt error where retriever and k were being submitted to the LLM endpoint, causing runtime error.
Copy link

github-actions bot commented Jul 19, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@kmheckel
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@AjayP13
Copy link
Collaborator

AjayP13 commented Aug 1, 2024

Thanks for this, I am going to solve this in #37, due to this branch being stale on changes I made to the upstream to support newer versions of dependent libraries, so you don't have to merge main back into this branch. I appreciate the PR here though.

I also added tests so this doesn't happen again for RAGPrompt or any other steps in DataDreamer.

@AjayP13 AjayP13 closed this Aug 1, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants