Open
Description
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