Uses of Interface
org.springframework.ai.document.DocumentWriter
Packages that use DocumentWriter
Package
Description
-
Uses of DocumentWriter in org.springframework.ai.vectorsore
Classes in org.springframework.ai.vectorsore that implement DocumentWriterModifier and TypeClassDescriptionclassChromaVectorStoreis a concrete implementation of theVectorStoreinterface. -
Uses of DocumentWriter in org.springframework.ai.vectorstore
Subinterfaces of DocumentWriter in org.springframework.ai.vectorstoreModifier and TypeInterfaceDescriptioninterfaceTheVectorStoreinterface defines the operations for managing and querying documents in a vector database.Classes in org.springframework.ai.vectorstore that implement DocumentWriterModifier and TypeClassDescriptionclassclassclassUses the "vector_store" table to store the Spring AI vector data.classA VectorStore implementation backed by Pinecone, a cloud-based vector database.classThe RedisVectorStore is for managing and querying vector data in a Redis database.classSimpleVectorStore is a simple implementation of the VectorStore interface.classA VectorStore implementation backed by Weaviate vector database. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.azure
Classes in org.springframework.ai.vectorstore.azure that implement DocumentWriterModifier and TypeClassDescriptionclassUses Azure Cognitive Search as a backing vector store. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.qdrant
Classes in org.springframework.ai.vectorstore.qdrant that implement DocumentWriter -
Uses of DocumentWriter in org.springframework.ai.writer
Classes in org.springframework.ai.writer that implement DocumentWriter