Spaces:
Running
Running
chore: Update vector db version
Browse filesUpdated the content in the qdrant vector db:
Updated incorrect EPA Q&A:
"13. 持久授權書授權內容可否包括海外資產?"
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-
|
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
|