[Feature]: Support Weaviate as an option for a vector store #340
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
next version
It will be implemented in the next version
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
The text was updated successfully, but these errors were encountered: