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

Allow for local vectorizers and possibly generators #82

Open
rjalexa opened this issue Apr 29, 2024 · 1 comment
Open

Allow for local vectorizers and possibly generators #82

rjalexa opened this issue Apr 29, 2024 · 1 comment

Comments

@rjalexa
Copy link

rjalexa commented Apr 29, 2024

I would love to use Kragen but the data I must handle is sensitive and cannot leave premises (no OpenAI or other external APIs).

I have my own embedder container to build vectors for both the document and the queries and same for the generative function.

Could Kragen provide an interface for such local models?

Cheers from Italy and thank you

@jay-m-dev
Copy link
Collaborator

jay-m-dev commented May 2, 2024

Hello @rjalexa, thank you for the feedback!
We are currently developing several optimizations for KRAGEN, some of which are:

  1. Merging the Vectorization and Vector DB upload steps to make it more modular.
    • Vectorization will be performed during uploads to the Vector store using Vectorizer modules as handled by the Weaviate Vector Database. (e.g. the text2vec-transformers module will allow you to use local models for embedding)
  2. We will work on implementing the ability to use a local model for the generative function.

These features are currently planned and will be implemented in the near future.

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

No branches or pull requests

2 participants