Skip to content

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

@hsm207

Description

@hsm207

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomershelp wantedExtra attention is needednext versionIt will be implemented in the next version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions