langchain/libs/partners/chroma/tests/integration_tests
Massimiliano Pronesti 83586661d6
partners[chroma]: add retrieval of embedding vectors (#28290)
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:
https://github.com/langchain-ai/langchain/discussions/20383

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
2024-11-27 16:34:02 +00:00
..
__init__.py chroma: Add chroma partner package (#19292) 2024-04-10 19:33:45 +00:00
fake_embeddings.py chroma: Add chroma partner package (#19292) 2024-04-10 19:33:45 +00:00
test_compile.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
test_vectorstores.py partners[chroma]: add retrieval of embedding vectors (#28290) 2024-11-27 16:34:02 +00:00