-
Notifications
You must be signed in to change notification settings - Fork 361
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(metadataFiltering): prefilters not being passed to vector query #412
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EmanuelCampos LGTM - do you see any breaking changes, e.g. with using other VectorDBs?
@marcusschiesser Yes! there's no breaking changes, before that wasn't working |
Thanks for fixing this bug @EmanuelCampos ! |
* new prettier version * run prettier format:fix * try adding a version to pnpm I don't think it should make a difference... * fix: add root package name (run-llama#403) * feat(extractors): add keyword extractor and base extractor (run-llama#404) Co-authored-by: Alex Yang <himself65@outlook.com> * fix(getCollection): getOrCreateCollection (run-llama#413) * readme sample code chnaged (run-llama#414) * add run app option (run-llama#399) * fix(metadataFiltering): prefilters not being passed to vector query (run-llama#412) * feat: use conditional exports (run-llama#401) * refactor: restructure documentation * chore: observability position --------- Co-authored-by: yisding <yi.s.ding@gmail.com> Co-authored-by: Owen Craston <owengc12@gmail.com> Co-authored-by: Alex Yang <himself65@outlook.com> Co-authored-by: Motoki saito <stmtk1@users.noreply.github.com> Co-authored-by: Huu Le (Lee) <39040748+leehuwuj@users.noreply.github.com>
No description provided.