2023-06-09 12:59:22 -07:00
|
|
|
SERVER_PORT=3001
|
2023-06-03 19:28:07 -07:00
|
|
|
OPEN_AI_KEY=
|
|
|
|
OPEN_MODEL_PREF='gpt-3.5-turbo'
|
2023-06-07 21:31:35 -07: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-03 19:28:07 -07:00
|
|
|
PINECONE_ENVIRONMENT=
|
|
|
|
PINECONE_API_KEY=
|
2023-06-08 14:26:29 -07:00
|
|
|
PINECONE_INDEX=
|
|
|
|
|
2023-06-08 18:40:29 -07:00
|
|
|
# Enable all below if you are using vector database: LanceDB.
|
|
|
|
# VECTOR_DB="lancedb"
|
|
|
|
|
2023-07-25 10:37:04 -07:00
|
|
|
JWT_SECRET="my-random-string-for-seeding" # Please generate random string at least 12 chars long.
|
|
|
|
|
2023-06-08 14:26:29 -07:00
|
|
|
# CLOUD DEPLOYMENT VARIRABLES ONLY
|
|
|
|
# AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
|
2023-06-26 11:38:38 -07:00
|
|
|
# STORAGE_DIR= # absolute filesystem path with no trailing slash
|
|
|
|
# NO_DEBUG="true"
|