Interface DocumentWriter

All Superinterfaces:
Consumer<List<Document>>
All Known Subinterfaces:
VectorStore
All Known Implementing Classes:
FileDocumentWriter, InMemoryVectorStore, MilvusVectorStore, Neo4jVectorStore, PgVectorStore, PineconeVectorStore, SimplePersistentVectorStore

public interface DocumentWriter extends Consumer<List<Document>>
Author:
Christian Tzolov