Any reason why I cannot configure my own embedding function/method for a workspace? (instead of openAI embeddings) #71

Open
opened 2026-02-15 16:30:00 -05:00 by yindo · 2 comments
Owner

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?

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?
yindo added the enhancementfeature request labels 2026-02-15 16:30:00 -05:00
Author
Owner

@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.

@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.
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#71