Skip to content

feat: Separate VectorStore and the Embedder. #603

Open
@espoirMur

Description

@espoirMur

Feature description

Separate the Vector Store and the embedder.

Motivation

Embedding and Storage are two different concepts.

For a single responsibility purpose, we should separate the two entities, one should be responsible for computing the embedding of the document, and the one should be responsible for storing the embedding in the vector database.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions