mgbam commited on
Commit
81de628
·
verified ·
1 Parent(s): e021e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -42,9 +42,11 @@ os.makedirs("chroma_db", exist_ok=True)
42
  # ------------------------------
43
  # ChromaDB Client Configuration
44
  # ------------------------------
 
45
  chroma_client = chromadb.PersistentClient(
46
  path="chroma_db",
47
  settings=chromadb.config.Settings(anonymized_telemetry=False)
 
48
 
49
  # ------------------------------
50
  # Document Processing Utilities
 
42
  # ------------------------------
43
  # ChromaDB Client Configuration
44
  # ------------------------------
45
+ # After (corrected)
46
  chroma_client = chromadb.PersistentClient(
47
  path="chroma_db",
48
  settings=chromadb.config.Settings(anonymized_telemetry=False)
49
+ )
50
 
51
  # ------------------------------
52
  # Document Processing Utilities