Uses of Interface
org.springframework.ai.document.DocumentWriter
-
Uses of DocumentWriter in org.springframework.ai.vectorstore
Modifier and TypeInterfaceDescriptioninterface
TheVectorStore
interface defines the operations for managing and querying documents in a vector database.Modifier 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