AminFaraji commited on
Commit
68f860e
·
verified ·
1 Parent(s): 520b604

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/content/drive/My Drive/chroma8"
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