Uses of Class
org.springframework.ai.document.Document
Packages that use Document
Package
Description
-
Uses of Document in org.springframework.ai.azure.openai.embedding
Methods in org.springframework.ai.azure.openai.embedding with parameters of type Document -
Uses of Document in org.springframework.ai.document
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.loader
Methods in org.springframework.ai.loader that return types with arguments of type Document -
Uses of Document in org.springframework.ai.loader.extractor
Methods in org.springframework.ai.loader.extractor that return types with arguments of type DocumentModifier and TypeMethodDescriptionPost process documents chunked from loader.Method parameters in org.springframework.ai.loader.extractor with type arguments of type DocumentModifier and TypeMethodDescriptionPost process documents chunked from loader.Extracts metadata for a list of documents, returning a list of metadata dictionaries corresponding to each document. -
Uses of Document in org.springframework.ai.loader.impl
Methods in org.springframework.ai.loader.impl that return types with arguments of type Document -
Uses of Document in org.springframework.ai.openai.embedding
Methods in org.springframework.ai.openai.embedding with parameters of type Document -
Uses of Document in org.springframework.ai.retriever
Methods in org.springframework.ai.retriever that return types with arguments of type Document -
Uses of Document in org.springframework.ai.retriever.impl
Methods in org.springframework.ai.retriever.impl that return types with arguments of type Document -
Uses of Document in org.springframework.ai.splitter
Methods in org.springframework.ai.splitter that return types with arguments of type DocumentMethod parameters in org.springframework.ai.splitter with type arguments of type Document -
Uses of Document in org.springframework.ai.vectorstore
Methods in org.springframework.ai.vectorstore that return types with arguments of type DocumentModifier and TypeMethodDescriptionMilvusVectorStore.similaritySearch
(String query) MilvusVectorStore.similaritySearch
(String query, int topK) MilvusVectorStore.similaritySearch
(String query, int topK, double similarityThreshold) Neo4jVectorStore.similaritySearch
(String query) Neo4jVectorStore.similaritySearch
(String query, int k) Neo4jVectorStore.similaritySearch
(String query, int k, double threshold) PgVectorStore.similaritySearch
(String query) PgVectorStore.similaritySearch
(String query, int topK) PgVectorStore.similaritySearch
(String query, int topK, double similarityThreshold) VectorStore.similaritySearch
(String query) VectorStore.similaritySearch
(String query, int k) VectorStore.similaritySearch
(String query, int k, double threshold) Method parameters in org.springframework.ai.vectorstore with type arguments of type Document -
Uses of Document in org.springframework.ai.vectorstore.impl
Fields in org.springframework.ai.vectorstore.impl with type parameters of type DocumentMethods in org.springframework.ai.vectorstore.impl that return types with arguments of type DocumentModifier and TypeMethodDescriptionInMemoryVectorStore.similaritySearch
(String query) InMemoryVectorStore.similaritySearch
(String query, int k) InMemoryVectorStore.similaritySearch
(String query, int k, double threshold) Method parameters in org.springframework.ai.vectorstore.impl with type arguments of type Document