t2ag3 commited on
Commit
ff3fafd
·
verified ·
1 Parent(s): f6f51d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def fetch_response(groq_api_key, user_input):
50
  """
51
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
52
  """
53
- retriever = load_vector_store(emb_model_name, "kaihatsu_vector_store_rechunk", 4)
54
  #retriever_rechunk = load_vector_store(emb_model_name, "kaihatsu_vector_store_rechunk", 4)
55
 
56
  with gr.Blocks() as demo:
 
50
  """
51
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
52
  """
53
+ retriever = load_vector_store(emb_model_name, "kaihatsu_vector_store", 4)
54
  #retriever_rechunk = load_vector_store(emb_model_name, "kaihatsu_vector_store_rechunk", 4)
55
 
56
  with gr.Blocks() as demo: