Skip to content

feat: VectorStoreEntry should have a reference to a Source object instead of bytes #490

Open
@ludwiktrammer

Description

@ludwiktrammer
  1. Replace image_bytes in VectorStoreEntry with image_source (typed as an optional Source object)
  2. Make sure that all vector stores properly serialize and deserialize this object when saving/retrieving results (especially Chroma and pgvector)
  3. Add a new type of Source - BytesSource, that have the file data directly saved as bytes inside of it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions