diff --git a/.env.template b/.env.template index 474b2727..3ddb6660 100644 --- a/.env.template +++ b/.env.template @@ -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)