Spaces:
Sleeping
Sleeping
Update enhanced_semantic_search.py
Browse files
enhanced_semantic_search.py
CHANGED
|
@@ -27,7 +27,7 @@ def init_database():
|
|
| 27 |
"""Initialize database with persistent storage"""
|
| 28 |
global chroma_client, collection
|
| 29 |
|
| 30 |
-
db_path = "
|
| 31 |
|
| 32 |
# Setup ChromaDB with persistence (smaller model for storage efficiency)
|
| 33 |
try:
|
|
|
|
| 27 |
"""Initialize database with persistent storage"""
|
| 28 |
global chroma_client, collection
|
| 29 |
|
| 30 |
+
db_path = "after_2061.db"
|
| 31 |
|
| 32 |
# Setup ChromaDB with persistence (smaller model for storage efficiency)
|
| 33 |
try:
|