Uses of Interface
org.springframework.ai.document.DocumentWriter
Packages that use DocumentWriter
Package
Description
Provides classes for observing and storing vector data.
-
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 TypeClassDescriptionclassThe CassandraVectorStore is for managing and querying vector data in an Apache Cassandra db.classChromaVectorStoreis a concrete implementation of theVectorStoreinterface.classIntegration of Coherence Coherence 24.09+ as a Vector Store.classCosmos DB implementation.classThe ElasticsearchVectorStore class implements the VectorStore interface and provides functionality for managing and querying documents in Elasticsearch.classA VectorStore implementation backed by GemFire.classThe SAP HANA Cloud vector engine offers multiple use cases in AI scenarios.classMilvus based implementation of theVectorStore.classAVectorStoreimplementation that uses MongoDB Atlas for storing andclassA vector store implementation that stores and retrieves vectors in a Neo4j database.classAn ObservationVectorStore implementation that stores vectors in OpenSearch.classIntegration of Oracle database 23ai as a Vector Store.classUses 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 ObservationVectorStore implementation that uses Typesense as the underlying storage.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.observation
Classes in org.springframework.ai.vectorstore.observation that implement DocumentWriterModifier and TypeClassDescriptionclassAbstract base class forVectorStoreimplementations that provides observation capabilities. -
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