Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ to provide responses to user queries. Response API from OpenAI is used for both
|
|
9 |
|
10 |
# Vector store ID for the retrieval of knowledge base documents
|
11 |
# Load the vector store ID from the environment variable
|
12 |
-
vector_store_id =
|
13 |
|
14 |
# Check if the VECTOR_STORE_ID environment variable is set
|
15 |
if not vector_store_id:
|
|
|
9 |
|
10 |
# Vector store ID for the retrieval of knowledge base documents
|
11 |
# Load the vector store ID from the environment variable
|
12 |
+
vector_store_id = os.getenv('VECTOR_STORE_ID')
|
13 |
|
14 |
# Check if the VECTOR_STORE_ID environment variable is set
|
15 |
if not vector_store_id:
|