Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
llm = configure_llama_model()
|
46 |
embed_model = configure_embeddings()
|
47 |
service_context = configure_service_context(llm, embed_model)
|
48 |
-
index = initialize_vector_store_index("
|
49 |
|
50 |
# User input
|
51 |
user_input = st.text_input("Enter your message:")
|
|
|
45 |
llm = configure_llama_model()
|
46 |
embed_model = configure_embeddings()
|
47 |
service_context = configure_service_context(llm, embed_model)
|
48 |
+
index = initialize_vector_store_index("./", service_context)
|
49 |
|
50 |
# User input
|
51 |
user_input = st.text_input("Enter your message:")
|