Files
wehub-resource-sync 86db9aae8e
Documentation / build (push) Has been cancelled
Documentation / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:34:55 +08:00

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>