23 lines
821 B
Bash
23 lines
821 B
Bash
# LLM API KEYS
|
|
#export OPENAI_API_KEY=
|
|
#export ANTHROPIC_API_KEY=
|
|
#export AI21_API_KEY=
|
|
#export COHERE_API_KEY=
|
|
#export READ_GPT_API_KEY=
|
|
#export GOOGLE_API_KEY=<this value must be the full text of your .json credential file...eg. $(echo creds.json)>
|
|
|
|
# DB KEYS AND CONNCTION STRINGS
|
|
#export COLLECTION_DB_URI=<an alternative mongo connection string>
|
|
#export MONGO_ATLAS_CONNECTION_URI=<a MongoDB Atlas connection sting>
|
|
|
|
#export MILVUS_HOST=<an alternative Milvus host>
|
|
#export MILVUS_PORT=<an alternative Milvus port>
|
|
|
|
#export PINECONE_API_KEY=
|
|
#export PINECONE_ENVIRONMENT=<for example 'gcp-starter'>
|
|
|
|
#export NEO4J_URI=<an alternative Neo4j URI>
|
|
#export NEO4J_USERNAME=<an alternative Neo4j username>
|
|
#export NEO4J_PASSWORD=<an alternative Neo4j password>
|
|
#export NEO4J_DATABASE=<an alternative Neo4j database name>
|