chore: added memory embeder option to dotenv template

This commit is contained in:
Tymec
2023-04-14 15:07:13 +02:00
parent fb6684450c
commit 653904a359

View File

@@ -50,6 +50,8 @@ SMART_TOKEN_LIMIT=8000
# MEMORY_BACKEND - Memory backend type (Default: local)
MEMORY_BACKEND=local
# MEMORY_EMBEDER - Embeddings model to use (Default: ada)
MEMORY_EMBEDER=ada
### PINECONE
# PINECONE_API_KEY - Pinecone API Key (Example: my-pinecone-api-key)