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