bhuvanmdev commited on
Commit
edb4976
·
verified ·
1 Parent(s): b8ffc5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ class RAGConfig:
74
  chunk_size: int = 500
75
  chunk_overlap: int = 100
76
  retriever_k: int = 3
77
- # persist_directory: str = "./chroma_db"
78
 
79
  class AdvancedRAGSystem:
80
  """Advanced RAG System with improved error handling and type safety"""
 
74
  chunk_size: int = 500
75
  chunk_overlap: int = 100
76
  retriever_k: int = 3
77
+ persist_directory: str = "./chroma_db"
78
 
79
  class AdvancedRAGSystem:
80
  """Advanced RAG System with improved error handling and type safety"""