mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-13 19:43:35 -05:00
RAG_EMBEDDING_OPENAI_BATCH_SIZE where it is used? #1655
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sir3mat on GitHub (Aug 1, 2024).
I have an embedding model exposed with TEI but i don't know how RAG_EMBEDDING_OPENAI_BATCH_SIZE impact on the performance.
This is where the function of openwebui call the generate batch embedding model code but i don't see where the params is loaded.
Any tips?