-
Hello, does adaptive-rag provide a pure Java version?
-
1. When I developed an SSE interface using langchain4j, the StreamingChatLanguageModel.generate continues to run even after the webpage disconnects the SSE request. How can I immediately stop the requ…
-
Hello, is there any reason not to support the structured responseFormat in OpenAiStreamingChatModel (StreamingChatLanguageModel)? Currently, we can only provide a String and not the ResponseFormat obj…
-
**Describe the bug**
Sometimes I get NPE because toolExecutor is NULL.
**Log and Stack trace**
```
java.lang.NullPointerException: Cannot invoke "dev.langchain4j.agent.tool.ToolExecutor.…
-
There's a codebase that I'm trying to run.
- Lanchain4J 0.34.0
- JDK 22
- OpenLiberty 24.0.0.9
- Jakarta EE 10 / Microprofile 6.1
- Windows 10 Pro
This part of code (found in class `DocRagIn…
-
**Describe the bug**
Calling:
```java
var embeddingModel = new AllMiniLmL6V2QuantizedEmbeddingModel();
var splitter = DocumentSplitters.recursive(200, 0, new BertTokenizer());
Document docume…
-
Migrate `langchain4j-jlama` module from Gson to Jackson.
`JlamaChatModel` uses `Json.fromJson()` that uses Gson under the hood.
-
Migrate `langchain4j-qianfan` module from Gson to Jackson
-
When combining a streaming model with a tool, that does e.g. a rest call, it leads to the following error message:
```
The current thread cannot be blocked: vert.x-eventloop-thread-0
```
Here…
-
Hi all! I was wondering if you'd be interested in having some best practices automatically applied to pull requests here. We added these friendly nudges to our own repositories a while ago, and they'v…