mgokg commited on
Commit
388ade7
·
verified ·
1 Parent(s): c2b598c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gradio_client import Client
6
 
7
  # Starte ChromaDB
8
  # Initialisiere ChromaDB
9
- client_chroma = chromadb.PersistentClient(path = "./tmp", settings = None, tenant = DEFAULT_TENANT, database = DEFAULT_DATABASE)
10
  collection_name = "pdf_collection"
11
  collection = client_chroma.get_or_create_collection(name=collection_name)
12
 
 
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)
12