Adding docs about embeddings settings + adding the embedding.mode: local in mock profile (#1316)

This commit is contained in:
Gianni Acquisto 2023-11-26 17:32:11 +01:00 committed by GitHub
parent bafdd3baf1
commit baf29f06fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,8 @@
server:
env_name: ${APP_ENV:mock}
# This configuration allows you to use GPU for creating embeddings while avoiding loading LLM into vRAM
llm:
mode: mock
embedding:
mode: local