mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-06 10:38:50 +01:00
feat: api will disable search if no meilisearch connection
This commit is contained in:
parent
97a6cd801b
commit
94c0fbb525
2 changed files with 25 additions and 4 deletions
|
|
@ -21,10 +21,16 @@ OPENAI_KEY=
|
|||
CHATGPT_TOKEN=
|
||||
BING_TOKEN=
|
||||
|
||||
# User System
|
||||
# Enable Message/Convo Search
|
||||
# Requires installation of self-hosted Meilisearch or Paid Remote Plan
|
||||
# this is taken care of you if you use the docker-compose file.
|
||||
# SEARCH=TRUE
|
||||
SEARCH=
|
||||
MEILI_HOST='http://localhost:7700'
|
||||
MEILI_KEY='MASTER_KEY'
|
||||
|
||||
# User System
|
||||
# global enable/disable the sample user system.
|
||||
# this is not a ready to use user system.
|
||||
# dont't use it, unless you can write your own code.
|
||||
SEARCH=
|
||||
ENABLE_USER_SYSTEM=
|
||||
ENABLE_USER_SYSTEM=
|
||||
Loading…
Add table
Add a link
Reference in a new issue