yinkiu602 commited on
Commit
b16175d
·
verified ·
1 Parent(s): 5bbd8cb

chore: Update vector db version

Browse files

Updated the content in the qdrant vector db:

Updated incorrect EPA Q&A:
"13. 持久授權書授權內容可否包括海外資產?"

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ llama_index.core.set_global_handler("arize_phoenix")
33
  openai.api_key = os.getenv("OPENAI_API_KEY")
34
 
35
  IS_LOAD_FROM_VECTOR_STORE = True
36
- VDB_COLLECTION_NAME = "demo-v8"
37
  MODEL_NAME = ChatbotVersion.CHATGPT_4O.value
38
 
39
  CHUNK_SIZE = 8191
 
33
  openai.api_key = os.getenv("OPENAI_API_KEY")
34
 
35
  IS_LOAD_FROM_VECTOR_STORE = True
36
+ VDB_COLLECTION_NAME = "demo-v9"
37
  MODEL_NAME = ChatbotVersion.CHATGPT_4O.value
38
 
39
  CHUNK_SIZE = 8191