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

partners[chroma]: add retrieval of embedding vectors #28290

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mspronesti
Copy link
Contributor

@mspronesti mspronesti commented Nov 22, 2024

This PR adds an additional method to Chroma to retrieve the embedding vectors, besides the most relevant Documents. This is sometimes of use when you need to run a postprocessing algorithm on the retrieved results based on the vectors, which has been the case for me lately.

Example issue (discussion) requesting this change: #20383

Copy link

vercel bot commented Nov 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Nov 22, 2024 3:24pm

@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. Ɑ: vector store Related to vector store module labels Nov 22, 2024
@mspronesti mspronesti changed the title feat(chroma): add retrieval of embedding vectors partners[chroma]: add retrieval of embedding vectors Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files. Ɑ: vector store Related to vector store module
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

1 participant