Skip to main content
2 votes
1 answer
124 views

I want to delete a persistent chromadb collection after 12 hours. I am currently saving the time the collection was created in mongodb and then check it against current time. If it is 12 hours old, I ...
Saad Kamboh's user avatar
0 votes
1 answer
79 views

My objective is to do keyword filtering in Chroma. I have a field called keywords with a list of strings and I want to filter with it, but chroma won't let me add lists as a field. I checked my Chroma ...
Elena López-Negrete Burón's user avatar
0 votes
1 answer
54 views

I've been trying to upload a file to streamlit and it is getting stuck on the uploading part. It was working perfectly before, the LLM was connected and I was getting correct responses. Then I added ...
Mirza Mahad Baig's user avatar
0 votes
0 answers
78 views

I am using Spring Boot 3.3.5 with below properties: <java.version>17</java.version> <spring-ai.version>1.0.0</spring-ai.version> and in application.properties I have ...
umesh's user avatar
  • 163
0 votes
0 answers
243 views

I'm working with LangChain and trying to create a vector database from a text file containing book descriptions and ISBNs. Each line in the text file is a separate book description, so I split the ...
Gruncio's user avatar
  • 11
0 votes
1 answer
280 views

I created a persistent chromadb client and added a collection to it. collection = client.create_collection( name="TEST-COLLECTION", embedding_function=OpenAIEmbeddingFunction( ...
ska's user avatar
  • 91
1 vote
0 answers
63 views

I'm building a Chainlit app where users can submit feedback during a chat session. I'm successfully saving this feedback to ChromaDB using an upsert_feedback function. However, when the chat session ...
Akshata Urane's user avatar
0 votes
0 answers
73 views

So when i try to generate embeddings from two different types of codes - here is the one which is mentioned on the langchain site but this gives me deadline exceed @lru_cache def get_settings(): ...
Akshat Soni's user avatar
0 votes
0 answers
67 views

I would like to add records to a chromadb collection through collection.add(embeddings=list_of_embeddings, metadatas=list_of_metadata) and would like chromadb to manage the record ids instead of ...
Logan's user avatar
  • 1
0 votes
1 answer
172 views

I am trying to write nodes to chroma db, but after creating index main.py closes and nothing else happens. That is, after the index is created no message even appears in the logger. If I work with ...
Carl Brendt's user avatar
0 votes
0 answers
47 views

I'm working on a RAG pipeline using a vector database to search over a Q&A dataset. I'm using embedding-based dense retrieval to fetch relevant answers to user queries. The issue I'm facing is ...
MojtabaMAleki02's user avatar
1 vote
0 answers
233 views

I have a Flask app that uses Gunicorn/Nginx + ChromaDB v1.0.8. I've had no issues with its functionality till today when I restarted the service, to which I would receive May 06 19:33:34 cluster ...
idris's user avatar
  • 1,078
0 votes
0 answers
58 views

I have tried to train PandasAI in two ways: instruction training & q/a training and I followed the tutorial here exactly:https://docs.getpanda.ai/v2/intro. I'm currently using ChromaDB locally ...
stefanoz's user avatar
-1 votes
1 answer
69 views

I have created a fastAPI web interface to a local RAG powered question answer system. I have a local vector database populated with proprietary information. I first take the user question from the ...
Robert's user avatar
  • 135
0 votes
0 answers
34 views

I'm developing an app that uses Chroma to store vectors. I'm running into the problem that initialy an operation is running fine but after a page refresh I'm getting the following notice: Please ...
Rik Verbeek's user avatar

15 30 50 per page
1
2 3 4 5
19