Use the constructor with suppliers for Tika components if you intend to use this parser for multiple files
and specify whether to include metadata or not.
Use the constructor with suppliers for Tika components if you intend to use this parser for multiple files.
This class has been moved to the `langchain4j-guardrails` module and will be removed in a future release.
* Add a dependency on `dev.langchain4j:langchain4j-guardrails` and use the class from that module instead.
This method is not supported on the official MCP registry anymore.
This field was removed in the 2025-09-29 version of the schema.
This field was moved to the McpOfficialMeta object in schema version 2025-09-29
dev.langchain4j.model.anthropic.internal.api.AnthropicCreateMessageRequest(String, List<AnthropicMessage>, List<AnthropicTextContent>, int, List<String>, boolean, Double, Double, Integer, List<AnthropicTool>, AnthropicToolChoice, AnthropicThinking, AnthropicMetadata)
Please use builder() instead, and explicitly set the model name and,
if necessary, other parameters.
Please use builder() instead, and explicitly set the model name and,
if necessary, other parameters.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
This module is deprecated and will be removed in a future release. Please use the langchain4j-openai-official module instead.
Please use
OpenAiChatModel from the
langchain4j-open-ai module instead:
ChatModel model = OpenAiChatModel.builder()
.apiKey(System.getenv("HF_API_KEY"))
.baseUrl("https://router.huggingface.co/v1")
.modelName("HuggingFaceTB/SmolLM3-3B:hf-inference")
.build();
Please use
OpenAiChatModel from the
langchain4j-open-ai module instead:
ChatModel model = OpenAiChatModel.builder()
.apiKey(System.getenv("HF_API_KEY"))
.baseUrl("https://router.huggingface.co/v1")
.modelName("HuggingFaceTB/SmolLM3-3B:hf-inference")
.build();
use EmbeddingRequest from langchain4j-open-ai module instead
use EmbeddingResponse from langchain4j-open-ai module instead
Do not use anymore, use langchain4j-open-ai module instead
Do not use anymore, use langchain4j-open-ai module instead
Do not use anymore, use langchain4j-open-ai module instead
Do not use anymore, use langchain4j-open-ai module instead
use OpenAiEmbeddingModel from langchain4j-open-ai module instead
Please use builder() instead, and explicitly set the baseUrl and,
if necessary, other parameters.
The default value for baseUrl will be removed in future releases!
dev.langchain4j.model.vertexai.gemini.VertexAiGeminiChatModel(String, String, String, Float, Integer, Integer, Float, Integer, Integer, String, Schema, Map<HarmCategory, SafetyThreshold>, Boolean, String, ToolCallingMode, List<String>, Boolean, Boolean, List<ChatModelListener>, Set<Capability>)
dev.langchain4j.model.vertexai.gemini.VertexAiGeminiStreamingChatModel(String, String, String, Float, Integer, Integer, Float, String, Schema, Map<HarmCategory, SafetyThreshold>, Boolean, String, ToolCallingMode, List<String>, Boolean, Boolean, List<ChatModelListener>, Map<String, String>, Executor)
dev.langchain4j.model.vertexai.VertexAiEmbeddingModel(String, String, String, String, String, Integer, Integer, Integer, VertexAiEmbeddingModel.TaskType, String, Integer, Boolean)
dev.langchain4j.model.voyageai.VoyageAiEmbeddingModel(HttpClientBuilder, Map<String, String>, String, Duration, Integer, String, String, String, Boolean, String, Boolean, Boolean, Integer)
dev.langchain4j.model.voyageai.VoyageAiScoringModel(HttpClientBuilder, Map<String, String>, String, Duration, Integer, String, String, Integer, Boolean, Boolean, Boolean)
dev.langchain4j.rag.content.retriever.azure.cosmos.nosql.AzureCosmosDBNoSqlContentRetriever(String, AzureKeyCredential, TokenCredential, EmbeddingModel, String, String, String, IndexingPolicy, CosmosVectorEmbeddingPolicy, CosmosFullTextPolicy, Integer, AzureCosmosDBSearchQueryType, Integer, Double, Filter)
dimension is not used anymore.