-
**Describe the bug**
I used `AllMiniLmL6V2EmbeddingModel`. It works fine first. When I recompiled the code, my app server JVM did not need to be restarted and it picked up the recompiled class. When…
-
### 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 …
-
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 …
-
All embedding models in https://github.com/langchain4j/langchain4j-embeddings are using `com.microsoft.onnxruntime:onnxruntime` dependency which is using CPU to calculate embeddings.
There is also `c…
-
In the https://github.com/langchain4j/langchain4j-examples repo
-
Currently, when calculating overlap, we are first splitting previous segment by **sentences**, then try to fit as many sentences as possible into the overlap.
One should be able to configure this: ei…
-
### Discussed in https://github.com/langchain4j/langchain4j/discussions/1612
Originally posted by **mortensi** August 20, 2024
Ingesting data in a RedisEmbeddingStore with metadata creates a T…
-
First of all, thanks a lot @langchain4j for building such a great framework!
In the last few months, I’ve been working on Spring Boot support for LangChain4j in this project: https://github.com/Thom…
-
if one use List, Set, Map etc. as return types the ask to genAI is: `You must answer strictly in the following JSON format: {\n}` - it should have the the json structure.
This fails:
```
@R…
-
**Is your feature request related to a problem? Please describe.**
Azure SDK clients have a standardized [User Agent string format prescribed in the Azure SDK guidelines](https://azure.github.io/az…