Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def main():
|
|
99 |
|
100 |
if submit_query and query:
|
101 |
|
102 |
-
response =
|
103 |
st.write(f"Response: {response}")
|
104 |
|
105 |
|
|
|
99 |
|
100 |
if submit_query and query:
|
101 |
|
102 |
+
response = astra_vector_index.query(query, llm =hf_llm)
|
103 |
st.write(f"Response: {response}")
|
104 |
|
105 |
|