mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 09:15:44 -04:00
Any reason why I cannot configure my own embedding function/method for a workspace? (instead of openAI embeddings) #71
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 @vpinigin on GitHub (Apr 28, 2024).
What would you like to see?
I was wondering why I cannot use another embeding method for uploading docs? Why the only way of doing that is using OpenAI embedding models only?
@timothycarambat commented on GitHub (Apr 28, 2024):
This is because we have not improved VectorAdmin since deciding to build out AnythingLLM. This of course should be allowed but for our first iteration of VA, we just kept the implementation very simple.
Being that embedding models and even db's with built-in embedders are quite popular and common now, this needs to be built out more to suit that use-case.
@oatmealm commented on GitHub (Oct 5, 2024):
Yes, please indicate in the documentation. I wouldn't have tried vector-admin had I known I need an OpenAi account to embed documents. Is there a quick fix to control base url and point at a compatible service endpoint? I.e Ollama or any other service.
Thanks