Akshayram1 commited on
Commit
1343672
·
verified ·
1 Parent(s): b07bdee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def init_qdrant():
32
  raise ValueError("Qdrant URL not provided")
33
 
34
  return Qdrant(
35
- collection="legal_knowledge",
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,