Uses of Annotation Type
dev.langchain4j.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in dev.langchain4j.data.document
Methods in dev.langchain4j.data.document with annotations of type ExperimentalModifier and TypeMethodDescriptionbooleanMetadata.containsKey(String key) Check whether thisMetadatacontains a given key.Returns theDoublevalue associated with the given key.Returns theFloatvalue associated with the given key.Metadata.getInteger(String key) Returns theIntegervalue associated with the given key.Returns theLongvalue associated with the given key.Returns theStringvalue associated with the given key.Adds a key-value pair to the metadata.Adds a key-value pair to the metadata.Adds a key-value pair to the metadata.Adds a key-value pair to the metadata.Adds a key-value pair to the metadata.Metadata.toMap()Get a copy of the metadata as a map of key-value pairs. -
Uses of Experimental in dev.langchain4j.rag
Classes in dev.langchain4j.rag with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceAugments the providedUserMessagewith retrieved content. -
Uses of Experimental in dev.langchain4j.rag.content.aggregator
Classes in dev.langchain4j.rag.content.aggregator with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterface -
Uses of Experimental in dev.langchain4j.rag.content.injector
Classes in dev.langchain4j.rag.content.injector with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.rag.query.router
Classes in dev.langchain4j.rag.query.router with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceRoutes the givenQueryto one or multipleContentRetrievers. -
Uses of Experimental in dev.langchain4j.rag.query.transformer
Classes in dev.langchain4j.rag.query.transformer with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterface -
Uses of Experimental in dev.langchain4j.store.embedding
Classes in dev.langchain4j.store.embedding with annotations of type ExperimentalModifier and TypeClassDescriptionclassRepresents a request to search in anEmbeddingStore.classEmbeddingSearchResult<Embedded>Represents a result of a search in anEmbeddingStore.Methods in dev.langchain4j.store.embedding with annotations of type ExperimentalModifier and TypeMethodDescriptionEmbeddingSearchRequest.filter()EmbeddingSearchResult.matches()intEmbeddingSearchRequest.maxResults()doubleEmbeddingSearchRequest.minScore()EmbeddingSearchRequest.queryEmbedding()default EmbeddingSearchResult<Embedded> EmbeddingStore.search(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embeddings.Constructors in dev.langchain4j.store.embedding with annotations of type ExperimentalModifierConstructorDescriptionEmbeddingSearchRequest(Embedding queryEmbedding, Integer maxResults, Double minScore, Filter filter) Creates an instance of an EmbeddingSearchRequest.EmbeddingSearchResult(List<EmbeddingMatch<Embedded>> matches) -
Uses of Experimental in dev.langchain4j.store.embedding.filter
Classes in dev.langchain4j.store.embedding.filter with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceThis class represents a filter that can be applied during search in anEmbeddingStore.interfaceParses a filter expression string into aFilterobject.classMethods in dev.langchain4j.store.embedding.filter with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic MetadataFilterBuilderMetadataFilterBuilder.metadataKey(String key)