-
### What happened?
I am using the vectordb.similarity_search function. I have 40k documents and one metadata filter using the function takes around 5 minutes. I am assuming that this should be a
ss323 updated
1 month ago
-
### What happened?
When I tried to execute the deployment instructions on the server (sudo docker run -p 8000:8000 chromadb/chroma),I get the error shown in the title
### Versions
Docker version 20…
-
### What happened?
`collection_name = "GIST-uncleaned-ingredients"
client = chromadb.PersistentClient(path= os.getcwd()+'/chromadb1') # to persist in memory and between bad sessions
#client.delet…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
### What is the issue?
I'm trying to test the sample in getting [Generate embeddings](https://ollama.com/blog/embedding-models) , but the chromadb seems adding collection not working
### OS
Windo…
-
## Installation Method
Docker
## Environment
- **Open WebUI Version:** v0.3.32
- **Ollama (if applicable):** 0.3.12
- **Operating System:** [e.g., Windows 10, macOS Big Sur, Ubuntu 20.04]…
-
### Bug Description
Hi there,
I want to save a vectorstoreindex to a chromaDB (thats what happens in the initialization script) and then - in another script - i want to read the vectorstoreindex f…
-
### Bug Description
I updated my packages and now for some reason VectorStoreIndex is not working. Before, I was able to vectorize and see the progress on the chunks being vectorized when running Vec…
-
### Bug Description
I am encountering a ValueError when trying to re-execute code that uses previously generated ChromaDB embeddings. The code works perfectly on the first run, generating responses f…
-
`~/babyagi$ pip install -r requirements.txt`
"Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from sentence-transformers>=2.2.2->chromadb==0.3.21->-r requirements.txt (line …