-
![image](https://github.com/user-attachments/assets/cba6ddf8-26db-4ba8-a920-85bdd224a9b9)
All UI is closed, but the "run" task is still active.
I had a group chat opened.
-
When declaring a tool with a Uni as return type,
```java
@ApplicationScoped
public class MyTool {
@RestClient
@Inject
MyClient client;
@Tool(name = "schema.json", value =…
-
**Is your feature request related to a problem? Please describe.**
I am using JsonSchema and cannot find a way to use the anyOf specification. It would be great if langchain4j supported it since open…
-
With the creation of https://github.com/quarkusio/quarkus-langchain4j-workshop, we are moving away from a mono-repo for the quarkus workshops. We should
- Rename this repository to be specific for…
-
Was looking for ways to log request/response from call to LLM's, and found this discussion.
I think it would be great if this would be supported as a configuration property as it is in Langchain4j.
…
pax95 updated
2 months ago
-
**Describe the bug**
When testing Ollama generate endpoint ('/api/generate') with help of mockserver to mocking response. I got error
```
java.lang.RuntimeException: com.fasterxml.jackson.co…
-
Introduce `Citation` class and return a `List` inside the `AiMessage`.
Make sure `Citation` structure works for Gemini, Azure OpenAI, Cohere and other LLM providers that have this feature.
### D…
-
## Describe the bug
I am trying to reproduce an example with `parsing` -> `splitting` -> `ingesting` PDF document via OpenAI embeddings model `text-embedding-ada-002` (set as default) and get the f…
-
The test `SpringChatClientTest > test chat completion text()` seems to randomly fail, see [this PR build](https://github.com/lmos-ai/arc/actions/runs/10317816256/job/28562863662?pr=14), which did not …
-
### Discussed in https://github.com/langchain4j/langchain4j/discussions/1611
Originally posted by **rajakumar17** August 20, 2024
I am trying to synthesize prompts from some seed prompts.
I …