Uses of Annotation Type
dev.langchain4j.Experimental
Packages that use Experimental
Package
Description
-
Uses of Experimental in dev.langchain4j.model.chat.listener
Classes in dev.langchain4j.model.chat.listener with annotations of type ExperimentalModifier and TypeClassDescriptionclassA request to theChatLanguageModelorStreamingChatLanguageModel, intended to be used withModelListener.classA response from theChatLanguageModelorStreamingChatLanguageModel, intended to be used withModelListener. -
Uses of Experimental in dev.langchain4j.model.listener
Classes in dev.langchain4j.model.listener with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceModelListener<Request,Response> A generic model listener.Methods in dev.langchain4j.model.listener with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault voidThis method is called when an error occurs.default voidThis method is called before the request is sent to the model.default voidModelListener.onResponse(Response response, Request request) This method is called after the response is received from the model. -
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.