Uses of Annotation Type
dev.langchain4j.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in dev.langchain4j.data.audio
Classes in dev.langchain4j.data.audio with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.data.message
Classes in dev.langchain4j.data.message with annotations of type ExperimentalModifier and TypeClassDescriptionclassclassclassclass -
Uses of Experimental in dev.langchain4j.data.pdf
Classes in dev.langchain4j.data.pdf with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.data.text
Classes in dev.langchain4j.data.text with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.data.video
Classes in dev.langchain4j.data.video with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.model.chat
Classes in dev.langchain4j.model.chat with annotations of type ExperimentalMethods in dev.langchain4j.model.chat with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault ChatResponseChatLanguageModel.chat(ChatRequest request) default Set<Capability> ChatLanguageModel.supportedCapabilities() -
Uses of Experimental in dev.langchain4j.model.chat.listener
Classes in dev.langchain4j.model.chat.listener with annotations of type ExperimentalModifier and TypeClassDescriptionclassThe error context.interfaceAChatLanguageModellistener that listens for requests, responses and errors.classA request to theChatLanguageModelorStreamingChatLanguageModel, intended to be used withChatModelListener.classThe request context.classA response from theChatLanguageModelorStreamingChatLanguageModel, intended to be used withChatModelListener.classThe response context.Methods in dev.langchain4j.model.chat.listener with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault voidChatModelListener.onError(ChatModelErrorContext errorContext) This method is called when an error occurs during interaction with the model.default voidChatModelListener.onRequest(ChatModelRequestContext requestContext) This method is called before the request is sent to the model.default voidChatModelListener.onResponse(ChatModelResponseContext responseContext) This method is called after the response is received from the model. -
Uses of Experimental in dev.langchain4j.model.chat.request
Classes in dev.langchain4j.model.chat.request with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.model.chat.request.json
Classes in dev.langchain4j.model.chat.request.json with annotations of type ExperimentalModifier and TypeClassDescriptionclassclassclassclassclassclassclassinterfaceclass -
Uses of Experimental in dev.langchain4j.model.chat.response
Classes in dev.langchain4j.model.chat.response with annotations of type Experimental -
Uses of Experimental in dev.langchain4j.rag
Classes in dev.langchain4j.rag with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceAugments the providedChatMessagewith retrievedContents. -
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
Methods in dev.langchain4j.store.embedding with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault voidRemoves a single embedding from the store by ID.default voidEmbeddingStore.removeAll()Removes all embeddings from the store.default voidRemoves all embeddings that match the specifiedFilterfrom the store.default voidEmbeddingStore.removeAll(Collection<String> ids) Removes all embeddings that match the specified IDs from the store.