-
As title. And we need to rename it from `langchain4j-qianfan` to `langchain4j-community-qianfan`.
-
**Is your feature request related to a problem? Please describe.**
Today we have test classes (such as `ChatModelMock`) that would be helpful to expose so we can use them in our unit/integration te…
-
When added files to the "window context" the should be added to the cache_control, so when follow up questions are asked the context is cached when using Anthropic. As long as Langchain4J doesn't su…
-
Make sure API keys and other sensitive data is not logged in `toString()` of models and model builders.
Lombok generates `toString` for `@Builder` which leads to logging of API keys and other sensi…
-
Cannot deserialize value of type `java.lang.String` from Array value (token `JsonToken.START_ARRAY`)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain:
xxx
>dev.ai4j.openai4j.c…
-
```bash
[ERROR] No plugin found for prefix 'jlama-core' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/ved…
-
**Is your feature request related to a problem? Please describe.**
Right now it is fun to experiment with different function descriptions, system messages, templates etc. but using AiServices we only…
-
_I'm creating this issue in this repo because issues are not available on the [langchain4j-examples](https://github.com/langchain4j/langchain4j-examples) repo_
Today the samples in langchain4j-exam…
-
Hi there!
Are there any plans to support the langchain4j AWS bedrock integrations?
Would be great if it could be added at some point..
-
Knowing the score is important, as contentAggregator, embeddingRetriever, and customRetriever do not have a score in the returned List. This is crucial for displaying to users during both development …