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?
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](https://github.com/open-webui/open-webui/blob/82079e644a291349926008adffe8fe2fc3b33566/backend/apps/rag/utils.py#L375) but i don't see where the params is loaded.
Any tips?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?