Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vpinigin opened this issue Apr 28, 2024 · 1 comment
Labels
enhancement New feature or request feature request

Comments

@vpinigin
Copy link

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?

@vpinigin vpinigin added enhancement New feature or request feature request labels Apr 28, 2024
@timothycarambat
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request
Projects
None yet
Development

No branches or pull requests

2 participants