-
Couldn't load subscription status.
- Fork 567
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednext versionIt will be implemented in the next versionIt will be implemented in the next version
Description
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
pranaychandekar
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednext versionIt will be implemented in the next versionIt will be implemented in the next version