Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ query_text="what did alice say to rabbit"
|
|
88 |
# Prepare the DB.
|
89 |
#embedding_function = OpenAIEmbeddings() # main
|
90 |
|
91 |
-
CHROMA_PATH = "
|
92 |
# call the chroma generated in a directory
|
93 |
db = Chroma(persist_directory=CHROMA_PATH, embedding_function=embeddings)
|
94 |
|
|
|
88 |
# Prepare the DB.
|
89 |
#embedding_function = OpenAIEmbeddings() # main
|
90 |
|
91 |
+
CHROMA_PATH = "chroma8"
|
92 |
# call the chroma generated in a directory
|
93 |
db = Chroma(persist_directory=CHROMA_PATH, embedding_function=embeddings)
|
94 |
|