Fix naming

This commit is contained in:
shamoon
2025-04-25 12:03:45 -07:00
parent 1ccaf66869
commit a9ed46de11
5 changed files with 8 additions and 7 deletions

View File

@@ -1771,9 +1771,9 @@ suggestions. This setting is required to be set to true in order to use the AI f
#### [`PAPERLESS_LLM_EMBEDDING_BACKEND=<str>`](#PAPERLESS_LLM_EMBEDDING_BACKEND) {#PAPERLESS_LLM_EMBEDDING_BACKEND}
: The embedding backend to use for RAG. This can be either "openai" or "local".
: The embedding backend to use for RAG. This can be either "openai" or "huggingface".
Defaults to "local".
Defaults to None.
#### [`PAPERLESS_LLM_EMBEDDING_MODEL=<str>`](#PAPERLESS_LLM_EMBEDDING_MODEL) {#PAPERLESS_LLM_EMBEDDING_MODEL}