Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from gradio_client import Client
|
|
6 |
|
7 |
# Starte ChromaDB
|
8 |
# Initialisiere ChromaDB
|
|
|
9 |
client_chroma = chromadb.PersistentClient(path = "./tmp", settings = None,)
|
10 |
collection_name = "pdf_collection"
|
11 |
collection = client_chroma.get_or_create_collection(name=collection_name)
|
|
|
6 |
|
7 |
# Starte ChromaDB
|
8 |
# Initialisiere ChromaDB
|
9 |
+
#client_chroma = chromadb.Client()
|
10 |
client_chroma = chromadb.PersistentClient(path = "./tmp", settings = None,)
|
11 |
collection_name = "pdf_collection"
|
12 |
collection = client_chroma.get_or_create_collection(name=collection_name)
|