Uses of Interface
org.springframework.ai.document.DocumentWriter
Packages that use DocumentWriter
Package
Description
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides classes for observing and storing vector data.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
Provides the API for embedding observations.
-
Uses of DocumentWriter in org.springframework.ai.chroma.vectorstore
Classes in org.springframework.ai.chroma.vectorstore that implement DocumentWriterModifier and TypeClassDescriptionclass
ChromaVectorStore
is a concrete implementation of theVectorStore
interface. -
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
SimpleVectorStore is a simple implementation of the VectorStore interface. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.azure
Classes in org.springframework.ai.vectorstore.azure that implement DocumentWriterModifier and TypeClassDescriptionclass
Uses Azure Cognitive Search as a backing vector store. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.cassandra
Classes in org.springframework.ai.vectorstore.cassandra that implement DocumentWriterModifier and TypeClassDescriptionclass
The CassandraVectorStore is for managing and querying vector data in an Apache Cassandra db. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.coherence
Classes in org.springframework.ai.vectorstore.coherence that implement DocumentWriterModifier and TypeClassDescriptionclass
Integration of Coherence Coherence 24.09+ as a Vector Store. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.cosmosdb
Classes in org.springframework.ai.vectorstore.cosmosdb that implement DocumentWriter -
Uses of DocumentWriter in org.springframework.ai.vectorstore.elasticsearch
Classes in org.springframework.ai.vectorstore.elasticsearch that implement DocumentWriterModifier and TypeClassDescriptionclass
Elasticsearch-based vector store implementation using the dense_vector field type. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.gemfire
Classes in org.springframework.ai.vectorstore.gemfire that implement DocumentWriterModifier and TypeClassDescriptionclass
A VectorStore implementation backed by GemFire. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.hanadb
Classes in org.springframework.ai.vectorstore.hanadb that implement DocumentWriterModifier and TypeClassDescriptionclass
The SAP HANA Cloud vector engine offers multiple use cases in AI scenarios. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.mariadb
Classes in org.springframework.ai.vectorstore.mariadb that implement DocumentWriterModifier and TypeClassDescriptionclass
MariaDB-based vector store implementation using MariaDB's vector search capabilities. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.milvus
Classes in org.springframework.ai.vectorstore.milvus that implement DocumentWriter -
Uses of DocumentWriter in org.springframework.ai.vectorstore.mongodb.atlas
Classes in org.springframework.ai.vectorstore.mongodb.atlas that implement DocumentWriterModifier and TypeClassDescriptionclass
MongoDB Atlas-based vector store implementation using the Atlas Vector Search. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.neo4j
Classes in org.springframework.ai.vectorstore.neo4j that implement DocumentWriterModifier and TypeClassDescriptionclass
Neo4j-based vector store implementation using Neo4j's vector search capabilities. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.observation
Classes in org.springframework.ai.vectorstore.observation that implement DocumentWriterModifier and TypeClassDescriptionclass
Abstract base class forVectorStore
implementations that provides observation capabilities. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.opensearch
Classes in org.springframework.ai.vectorstore.opensearch that implement DocumentWriterModifier and TypeClassDescriptionclass
OpenSearch-based vector store implementation using OpenSearch's vector search capabilities. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.oracle
Classes in org.springframework.ai.vectorstore.oracle that implement DocumentWriterModifier and TypeClassDescriptionclass
Integration of Oracle database 23ai as a Vector Store. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.pgvector
Classes in org.springframework.ai.vectorstore.pgvector that implement DocumentWriterModifier and TypeClassDescriptionclass
PostgreSQL-based vector store implementation using the pgvector extension. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.pinecone
Classes in org.springframework.ai.vectorstore.pinecone that implement DocumentWriterModifier and TypeClassDescriptionclass
A VectorStore implementation backed by Pinecone, a cloud-based vector database. -
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.vectorstore.redis
Classes in org.springframework.ai.vectorstore.redis that implement DocumentWriterModifier and TypeClassDescriptionclass
Redis-based vector store implementation using Redis Stack with RediSearch and RedisJSON. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.typesense
Classes in org.springframework.ai.vectorstore.typesense that implement DocumentWriterModifier and TypeClassDescriptionclass
A vector store implementation that uses Typesense as the backend. -
Uses of DocumentWriter in org.springframework.ai.vectorstore.weaviate
Classes in org.springframework.ai.vectorstore.weaviate that implement DocumentWriterModifier and TypeClassDescriptionclass
A vector store implementation that stores and retrieves vectors in a Weaviate database. -
Uses of DocumentWriter in org.springframework.ai.writer
Classes in org.springframework.ai.writer that implement DocumentWriter