-
Notifications
You must be signed in to change notification settings - Fork 29
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(api): search vectorstore using only last message #939
fix(api): search vectorstore using only last message #939
Conversation
✅ Deploy Preview for leapfrogai-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There's one issue to call out here, which is the changes to |
70b6dda
to
f49cb75
Compare
6326a85
to
9e31599
Compare
Description
Adjust the RAG implementation to search the vector store using the last user message instead of the first.
Add a needle in a haystack test to confirm problem and fix.
Apply fix for indexing already existing files to return the found file instead of 500.