Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ AIRTABLE_API_KEY = os.environ.get('AIRTABLE_API_KEY')
|
|
18 |
embeddings = OpenAIEmbeddings(openai_api_key=openai.api_key)
|
19 |
pinecone.init(
|
20 |
api_key=PINECONE_API_KEY, # find at app.pinecone.io
|
21 |
-
environment="
|
22 |
)
|
23 |
|
24 |
|
|
|
18 |
embeddings = OpenAIEmbeddings(openai_api_key=openai.api_key)
|
19 |
pinecone.init(
|
20 |
api_key=PINECONE_API_KEY, # find at app.pinecone.io
|
21 |
+
environment="gcp-starter" # next to api key in console
|
22 |
)
|
23 |
|
24 |
|