Uses of Interface
org.springframework.ai.document.DocumentWriter
Packages that use DocumentWriter
-
Uses of DocumentWriter in org.springframework.ai.vectorstore
Subinterfaces of DocumentWriter in org.springframework.ai.vectorstoreModifier and TypeInterfaceDescriptioninterface
TheVectorStore
interface defines the operations for managing and querying documents in a vector database.Classes in org.springframework.ai.vectorstore that implement DocumentWriterModifier and TypeClassDescriptionclass
class
class
class
Uses the "vector_store" table to store the Spring AI vector data.class
A VectorStore implementation backed by Pinecone, a cloud-based vector database.class
Adds simple serialization/deserialization to the data stored in the InMemoryVectorStore -
Uses of DocumentWriter in org.springframework.ai.writer
Classes in org.springframework.ai.writer that implement DocumentWriter