rbbist commited on
Commit
d8517b3
·
verified ·
1 Parent(s): f537eb5

Update enhanced_semantic_search.py

Browse files
Files changed (1) hide show
  1. enhanced_semantic_search.py +1 -1
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 = "2080_data.db"
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: