Spaces:
Sleeping
Sleeping
Update src/RAGSample.py
Browse files- src/RAGSample.py +1 -1
src/RAGSample.py
CHANGED
@@ -290,7 +290,7 @@ def setup_retriever(use_kaggle_data: bool = False, kaggle_dataset: Optional[str]
|
|
290 |
embeddings = ImprovedTFIDFEmbeddings()
|
291 |
|
292 |
print("Creating ChromaDB vector store...")
|
293 |
-
client = chromadb.PersistentClient(path="./
|
294 |
|
295 |
# Clear existing collections to prevent mixing old and new data
|
296 |
try:
|
|
|
290 |
embeddings = ImprovedTFIDFEmbeddings()
|
291 |
|
292 |
print("Creating ChromaDB vector store...")
|
293 |
+
client = chromadb.PersistentClient(path="./tmp/chroma_db")
|
294 |
|
295 |
# Clear existing collections to prevent mixing old and new data
|
296 |
try:
|