anything-llm/server/.env.example

22 lines
753 B
Plaintext
Raw Normal View History

2023-06-09 21:59:22 +02:00
SERVER_PORT=3001
2023-06-04 04:28:07 +02:00
OPEN_AI_KEY=
OPEN_MODEL_PREF='gpt-3.5-turbo'
2023-06-08 06:31:35 +02:00
CACHE_VECTORS="true"
# Enable all below if you are using vector database: Chroma.
# VECTOR_DB="chroma"
# CHROMA_ENDPOINT='http://localhost:8000'
# Enable all below if you are using vector database: Pinecone.
VECTOR_DB="pinecone"
2023-06-04 04:28:07 +02:00
PINECONE_ENVIRONMENT=
PINECONE_API_KEY=
2023-06-08 23:26:29 +02:00
PINECONE_INDEX=
# Enable all below if you are using vector database: LanceDB.
# VECTOR_DB="lancedb"
2023-06-08 23:26:29 +02:00
# CLOUD DEPLOYMENT VARIRABLES ONLY
# AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
# JWT_SECRET="my-random-string-for-seeding" # Only needed if AUTH_TOKEN is set. Please generate random string at least 12 chars long.
2023-06-08 23:26:29 +02:00
# STORAGE_DIR= # absolute filesystem path with no trailing slash