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

[Feature]: Support Weaviate as an option for a vector store #340

Closed
hsm207 opened this issue May 12, 2023 · 3 comments
Closed

[Feature]: Support Weaviate as an option for a vector store #340

hsm207 opened this issue May 12, 2023 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed next version It will be implemented in the next version

Comments

@hsm207
Copy link

hsm207 commented May 12, 2023

Is your feature request related to a problem? Please describe.

I want to use weaviate to find the K most similar requests from the input request's extracted embedding

Describe the solution you'd like.

Be able to do this:

data_manager = get_data_manager(CacheBase("weaviate"), VectorBase("weaviate", dimension=128))

or at least:

data_manager = get_data_manager(CacheBase("other db"), VectorBase("weaviate", dimension=128))

Describe an alternate solution.

None 😀

Anything else? (Additional Context)

No response

@xiaofan-luan
Copy link
Collaborator

feel free to contribute one, shouldn't be too hard

@SimFG SimFG added help wanted Extra attention is needed good first issue Good for newcomers labels May 17, 2023
@SimFG SimFG added the next version It will be implemented in the next version label Jul 7, 2023
@pranaychandekar
Copy link
Contributor

@hsm207 added the support for weaviate as a part of pr: #493 . Now you will be able to at least do this 😉:

data_manager = get_data_manager(CacheBase("other db"), VectorBase("weaviate"))

@SimFG
Copy link
Collaborator

SimFG commented Jul 25, 2023

the latest version has support the Weaviate vector store

@SimFG SimFG closed this as completed Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed next version It will be implemented in the next version
Projects
None yet
Development

No branches or pull requests

4 participants