Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def init_qdrant():
|
|
32 |
raise ValueError("Qdrant URL not provided")
|
33 |
|
34 |
return Qdrant(
|
35 |
-
collection="
|
36 |
url=st.session_state.qdrant_url,
|
37 |
api_key=st.session_state.qdrant_api_key,
|
38 |
https=True,
|
|
|
32 |
raise ValueError("Qdrant URL not provided")
|
33 |
|
34 |
return Qdrant(
|
35 |
+
collection="apaai",
|
36 |
url=st.session_state.qdrant_url,
|
37 |
api_key=st.session_state.qdrant_api_key,
|
38 |
https=True,
|