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 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.openai.embedding
Methods in org.springframework.ai.openai.embedding 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.retriever
Methods in org.springframework.ai.retriever 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.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 TypeMethodDescriptionInMemoryVectorStore.similaritySearch
(SearchRequest request) MilvusVectorStore.similaritySearch
(SearchRequest request) Neo4jVectorStore.similaritySearch
(SearchRequest request) PgVectorStore.similaritySearch
(SearchRequest request) PineconeVectorStore.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.Method parameters in org.springframework.ai.vectorstore with type arguments of type DocumentModifier and TypeMethodDescriptiondefault void
void
void
void
void
void
Adds a list of documents to the vector store.void
Adds list ofDocument
s to the vector store. -
Uses of Document in org.springframework.ai.writer
Method parameters in org.springframework.ai.writer with type arguments of type Document