-
Get code in documents_parser_llm/reader.py
function _connectChroma, test in collab
-
### What happened?
I was generating a chroma database (connection) using the 1st block of python code below which works fine. However, there are no options to unload or disconnect the persisted conne…
-
### What happened?
When running the (automatically build?) devel image and call the /version API endpoint, the last stable release version is returned.
Start the container with:
```
$> docker …
-
Dear Fabio,
Mate I am pretty new to this but just tried running the GPU versoin with V100 GPU, T4 GPU and I got this error.
module 'numpy.linalg._umath_linalg' has no attribute …
-
I'd like to work through the [dolly-llm-chatbot](https://www.dbdemos.ai/demo-notebooks.html?demoName=llm-dolly-chatbot) demo, but I'm stuck on the second code block:
Executing this...
`%run ./_res…
-
### Bug Description
I am building my local question-answering system using LlamaIndex, where LLM is deployed through Ollama. Initially, it worked fine, but when I started the global Privoxy, there we…
-
### Bug Description
https://github.com/chroma-core/chroma/issues/2407#issuecomment-2187494105
### Version
Latest
### Steps to Reproduce
`import chromadb`
### Relevant Logs/Tracbacks
_No respons…
-
### What happened?
When I import 2000 files and embedding through bge-m3, save the vector to chromadb and search through query statement, I find that the order of the imported documents will affect t…
-
Hi Ian, great project. It's in my todo list of projects to build but thank god you got this done :)
I was wondering: wouldn't be better to use semantic search instead of full text search?
At le…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
We created embeddings for some documents inside chromadb using densex but 2nd time when …