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