pub trait VectorStoreError { }
Expand description
This marker trait is needed so users of VectorStore can derive FromVectorStore::Error
pub trait VectorStoreError { }
This marker trait is needed so users of VectorStore can derive FromVectorStore::Error