Uses of Class
dev.langchain4j.store.embedding.azure.search.Document
Packages that use Document
-
Uses of Document in dev.langchain4j.store.embedding.azure.search
Method parameters in dev.langchain4j.store.embedding.azure.search with type arguments of type DocumentModifier and TypeMethodDescriptionprotected static com.azure.search.documents.models.IndexDocumentsBatchAbstractAzureAiSearchEmbeddingStore.toUploadBatch(List<Document> documents) Builds anIndexDocumentsBatchof upload actions from the given documents.