📄️ Chat and Language Models
This page describes a low-level LLM API.
📄️ Chat Memory
Maintaining and managing ChatMessages manually is cumbersome.
📄️ Model Parameters
Depending on the model and provider you choose, you can adjust numerous parameters that will define:
📄️ Response Streaming
This page describes response streaming with a low-level LLM API.
📄️ AI Services
So far, we have been covering low-level components like ChatLanguageModel, ChatMessage, ChatMemory, etc.
📄️ Tools (Function Calling)
Some LLMs, in addition to generating text, can also trigger actions.
📄️ RAG (Retrieval-Augmented Generation)
LLM's knowledge is limited to the data it has been trained on.
📄️ Structured Outputs
Documentation on structured outputs can be found here.
📄️ Classification
More info coming soon
📄️ Embedding (Vector) Stores
Documentation on embedding stores can be found here.
📄️ Image Models
More info coming soon
📄️ Quarkus Integration
Quarkus provides a superb extension for LangChain4j.
📄️ Spring Boot Integration
LangChain4j provides Spring Boot starters for:
📄️ Logging
LangChain4j uses SLF4J for logging,
📄️ Observability
LLM Observability