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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)