mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Adding docs about embeddings settings + adding the embedding.mode: local in mock profile (#1316)
This commit is contained in:
parent
bafdd3baf1
commit
baf29f06fa
2 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue