-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding docs about embeddings settings + adding the embedding.mode: lo…
…cal in mock profile
- Loading branch information
1 parent
bafdd3b
commit 86d3001
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |