From c9e039c9f7916479c148f20ff0739885b1ef353c Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Thu, 9 May 2024 09:47:49 +0800 Subject: [PATCH] chore: Add EMBEDDINGS_PROVIDER configuration option --- .env.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c8a3427..446c400 100644 --- a/.env.example +++ b/.env.example @@ -431,4 +431,6 @@ HELP_AND_FAQ_URL=https://librechat.ai # USE_REDIS= # E2E_USER_EMAIL= -# E2E_USER_PASSWORD= \ No newline at end of file +# E2E_USER_PASSWORD= + +EMBEDDINGS_PROVIDER=huggingface \ No newline at end of file