Spaces:
Running
Running
Update app.py
Browse files
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, "
|
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:
|