Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ model_name = "BAAI/bge-m3"
|
|
17 |
#PINECONE_ENVIRONMENT = us-east-1
|
18 |
#PINECONE_API_KEY = 3a3e9022-381d-436e-84cb-ba93464d283e
|
19 |
|
20 |
-
os.environ["PINECONE_ENVIRONMENT"] = "us-east-1"
|
21 |
-
os.environ["PINECONE_API_KEY"] = "3a3e9022-381d-436e-84cb-ba93464d283e"
|
22 |
|
23 |
# Retrieve the Pinecone API key from the user
|
24 |
PINECONE_API_KEY = "3a3e9022-381d-436e-84cb-ba93464d283e" # Use the key you set in the secrets
|
|
|
17 |
#PINECONE_ENVIRONMENT = us-east-1
|
18 |
#PINECONE_API_KEY = 3a3e9022-381d-436e-84cb-ba93464d283e
|
19 |
|
20 |
+
#os.environ["PINECONE_ENVIRONMENT"] = "us-east-1"
|
21 |
+
#os.environ["PINECONE_API_KEY"] = "3a3e9022-381d-436e-84cb-ba93464d283e"
|
22 |
|
23 |
# Retrieve the Pinecone API key from the user
|
24 |
PINECONE_API_KEY = "3a3e9022-381d-436e-84cb-ba93464d283e" # Use the key you set in the secrets
|