brendon-ai commited on
Commit
1aba25d
·
verified ·
1 Parent(s): 055e980

Update src/RAGSample.py

Browse files
Files changed (1) hide show
  1. 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="./src/chroma_db")
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: