ancebuc commited on
Commit
ae321f3
·
verified ·
1 Parent(s): 1ef8c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ with gr.Blocks() as demo:
19
  torch_dtype=torch.float16,
20
  device_map="auto", max_new_tokens=200)
21
 
22
- vectordb = Chroma.load(persist_directory="ancebuc/scrum-chatbot/chroma")
23
 
24
  def test_rag(pipeline, query):
25
  docs = vectordb.similarity_search_with_score(query)
 
19
  torch_dtype=torch.float16,
20
  device_map="auto", max_new_tokens=200)
21
 
22
+ vectordb = Chroma.load(persist_directory="/chroma_db")
23
 
24
  def test_rag(pipeline, query):
25
  docs = vectordb.similarity_search_with_score(query)