forked from Archives/langchain
04c458a270
Improve the integration tests for Pinecone by adding an `.env.example` file for local testing. Additionally, add some dev dependencies specifically for integration tests. This change also helps me understand how Pinecone deals with certain things, see related issues https://github.com/hwchase17/langchain/issues/2484 https://github.com/hwchase17/langchain/issues/2816
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
# openai
|
|
# your api key from https://platform.openai.com/account/api-keys
|
|
OPENAI_API_KEY=
|
|
|
|
# pinecone
|
|
# your api key from left menu "API Keys" in https://app.pinecone.io
|
|
PINECONE_API_KEY=your_pinecone_api_key_here
|
|
# your pinecone environment from left menu "API Keys" in https://app.pinecone.io
|
|
PINECONE_ENVIRONMENT=us-west4-gcp |