From 653904a3591cc47a099249203c088926ef66cf40 Mon Sep 17 00:00:00 2001 From: Tymec Date: Fri, 14 Apr 2023 15:07:13 +0200 Subject: [PATCH] chore: added memory embeder option to dotenv template --- .env.template | 2 ++ 1 file changed, 2 insertions(+) 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)