AminFaraji commited on
Commit
3d4bfae
·
verified ·
1 Parent(s): f97c148

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 = "/content/drive/My Drive/chroma8"
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