Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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"""
|