Uses of Class
org.springframework.ai.document.Document
Packages that use Document
Package
Description
-
Uses of Document in org.springframework.ai.azure.openai
Methods in org.springframework.ai.azure.openai with parameters of type Document -
Uses of Document in org.springframework.ai.bedrock.cohere
Methods in org.springframework.ai.bedrock.cohere with parameters of type Document -
Uses of Document in org.springframework.ai.bedrock.titan
Methods in org.springframework.ai.bedrock.titan with parameters of type Document -
Uses of Document in org.springframework.ai.document
Methods in org.springframework.ai.document that return types with arguments of type DocumentModifier and TypeMethodDescriptionRetrieves relevant documents however the implementation sees fit.Methods in org.springframework.ai.document with parameters of type DocumentModifier and TypeMethodDescriptionContentFormatter.format
(Document document, MetadataMode mode) DefaultContentFormatter.format
(Document document, MetadataMode metadataMode) -
Uses of Document in org.springframework.ai.embedding
Methods in org.springframework.ai.embedding with parameters of type Document -
Uses of Document in org.springframework.ai.mistralai
Methods in org.springframework.ai.mistralai with parameters of type Document -
Uses of Document in org.springframework.ai.ollama
Methods in org.springframework.ai.ollama with parameters of type Document -
Uses of Document in org.springframework.ai.openai
Methods in org.springframework.ai.openai with parameters of type Document -
Uses of Document in org.springframework.ai.postgresml
Methods in org.springframework.ai.postgresml with parameters of type Document -
Uses of Document in org.springframework.ai.reader
Methods in org.springframework.ai.reader that return types with arguments of type Document -
Uses of Document in org.springframework.ai.reader.pdf
Methods in org.springframework.ai.reader.pdf that return types with arguments of type Document -
Uses of Document in org.springframework.ai.reader.tika
Methods in org.springframework.ai.reader.tika that return types with arguments of type Document -
Uses of Document in org.springframework.ai.transformer
Methods in org.springframework.ai.transformer that return types with arguments of type DocumentModifier and TypeMethodDescriptionPost process documents chunked from loader.Method parameters in org.springframework.ai.transformer with type arguments of type Document -
Uses of Document in org.springframework.ai.transformer.splitter
Methods in org.springframework.ai.transformer.splitter that return types with arguments of type DocumentMethod parameters in org.springframework.ai.transformer.splitter with type arguments of type Document -
Uses of Document in org.springframework.ai.transformers
Methods in org.springframework.ai.transformers with parameters of type Document -
Uses of Document in org.springframework.ai.vectorsore
Methods in org.springframework.ai.vectorsore that return types with arguments of type DocumentMethod parameters in org.springframework.ai.vectorsore with type arguments of type Document -
Uses of Document in org.springframework.ai.vectorstore
Fields in org.springframework.ai.vectorstore with type parameters of type DocumentMethods in org.springframework.ai.vectorstore that return types with arguments of type DocumentModifier and TypeMethodDescriptionMilvusVectorStore.similaritySearch
(SearchRequest request) Neo4jVectorStore.similaritySearch
(SearchRequest request) PgVectorStore.similaritySearch
(SearchRequest request) PineconeVectorStore.similaritySearch
(SearchRequest request) PineconeVectorStore.similaritySearch
(SearchRequest request, String namespace) RedisVectorStore.similaritySearch
(SearchRequest request) SimpleVectorStore.similaritySearch
(SearchRequest request) VectorStore.similaritySearch
(String query) Retrieves documents by query embedding similarity using the defaultSearchRequest
's' search criteria.VectorStore.similaritySearch
(SearchRequest request) Retrieves documents by query embedding similarity and metadata filters to retrieve exactly the number of nearest-neighbor results that match the request criteria.WeaviateVectorStore.similaritySearch
(SearchRequest request) Method parameters in org.springframework.ai.vectorstore with type arguments of type DocumentModifier and TypeMethodDescriptiondefault void
void
void
void
void
Adds a list of documents to the vector store.void
Adds a list of documents to the vector store based on the namespace.void
void
void
Adds list ofDocument
s to the vector store.void
-
Uses of Document in org.springframework.ai.vectorstore.azure
Methods in org.springframework.ai.vectorstore.azure that return types with arguments of type DocumentModifier and TypeMethodDescriptionAzureVectorStore.similaritySearch
(String query) AzureVectorStore.similaritySearch
(SearchRequest request) Method parameters in org.springframework.ai.vectorstore.azure with type arguments of type Document -
Uses of Document in org.springframework.ai.vectorstore.qdrant
Methods in org.springframework.ai.vectorstore.qdrant that return types with arguments of type DocumentModifier and TypeMethodDescriptionQdrantVectorStore.similaritySearch
(SearchRequest request) Performs a similarity search on the vector store.Method parameters in org.springframework.ai.vectorstore.qdrant with type arguments of type Document -
Uses of Document in org.springframework.ai.vertexai.palm2
Methods in org.springframework.ai.vertexai.palm2 with parameters of type Document -
Uses of Document in org.springframework.ai.writer
Method parameters in org.springframework.ai.writer with type arguments of type Document