mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
a61b7f7e7c
# Add MongoDBAtlasVectorSearch for the python library Fixes #5337 --------- Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
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
|
|
|
|
|
|
# jira
|
|
# your api token from https://id.atlassian.com/manage-profile/security/api-tokens
|
|
# more details here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
|
|
# JIRA_API_TOKEN=your_jira_api_token_here
|
|
# JIRA_USERNAME=your_jira_username_here
|
|
# JIRA_INSTANCE_URL=your_jira_instance_url_here
|
|
|
|
|
|
# power bi
|
|
# sign in to azure in order to authenticate with DefaultAzureCredentials
|
|
# details here https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet
|
|
POWERBI_DATASET_ID=_powerbi_dataset_id_here
|
|
POWERBI_TABLE_NAME=_test_table_name_here
|
|
POWERBI_NUMROWS=_num_rows_in_your_test_table
|
|
|
|
|
|
# MongoDB Atlas Vector Search
|
|
MONGODB_ATLAS_URI=your_mongodb_atlas_connection_string |