Spaces:
Runtime error
Runtime error
AminFaraji
commited on
Rename falcon_chatbot to falcon_chatbot.py
Browse files
falcon_chatbot → falcon_chatbot.py
RENAMED
@@ -84,7 +84,7 @@ embeddings = MyEmbeddings()
|
|
84 |
splitter = SemanticChunker(embeddings)
|
85 |
|
86 |
|
87 |
-
CHROMA_PATH = "
|
88 |
# call the chroma generated in a directory
|
89 |
db = Chroma(persist_directory=CHROMA_PATH, embedding_function=embeddings)
|
90 |
|
|
|
84 |
splitter = SemanticChunker(embeddings)
|
85 |
|
86 |
|
87 |
+
CHROMA_PATH = "chroma8"
|
88 |
# call the chroma generated in a directory
|
89 |
db = Chroma(persist_directory=CHROMA_PATH, embedding_function=embeddings)
|
90 |
|