chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
In previous version of chromadb it checks the version of openai if it is 1.x , it should check if it is bigger than 1.x (now openai version is 2.6)...
### Describe the problem Currently I can fork a collection very fast. I would also like to merge a collection into another without querying and re-adding. ### Describe the proposed...
referred this guide https://posthog.com/tutorials/python-v6-migration
## Description of changes Hi, first of all, thanks for your amazing work. I've worked with `Ollama` for a while but now I'm trying to adapt my code to `Mistral...
## Description of changes _Summarize the changes made by this PR._ Integration with major model hosting platform [RunPod](https://www.runpod.io/) using their own SDKs (python and js). These PR comes from the...
## Description of changes closes #4446 - Change link for vector store page to point to correct link on LlamaIndex - Change link of demo Jupyter notebook file to point...
### What happened? In the screen shot below, you can see that the link to the docs is printed twice. ### Versions chroma 1.0.0 ### Relevant log output ```shell ```
## Description of changes _Summarize the changes made by this PR._ - Improvements & Bug fixes - ... - New functionality - ... ## Test plan _How are these changes...
## Description of changes Fixes #5554 This PR uses [`typing.override`](https://docs.python.org/3/library/typing.html#typing.override) in favor of the [`overrides`](https://pypi.org/project/overrides/) dependency when possible. As of Python 3.12, the standard library offers `typing.override` to perform a...
### What happened? Python 3.14 is scheduled to be released on Tuesday. (https://peps.python.org/pep-0745/) The dependency on `overrides` is a problem, as it raises an `AttributeError` when it is imported under...