-
**Is your feature request related to a problem? Please describe.**
It becomes very hard for a complete beginner to read all the documentation especially for a person who needs to complete their projec…
-
Original [langgraph tutorial][tutorial] contains a lot of interesting examples, I would implements others to promote langgraph4j as first citizen in langchain4j eco-system:
### RAG
* [Agentic RAG]…
-
**Is your suggestion for improvement related to a problem? Please describe.**
In case of any errors while chatting with AI, `langchain4j` will throw a kind of `RuntimeError`.
Currently, the JabRef…
-
### Describe the feature here
Improve the Langchain4J embeddings extension, to provide integration tests and native support
-
-
interface dev.langchain4j.store.embedding.EmbeddingStore has such method as
`void add(String id, Embedding embedding);`
and
`String add(Embedding embedding, Embedded embedded);`
but there is…
-
**Describe the bug**
I'm using [azure-ai-inference_1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-java/releases/tag/azure-ai-inference_1.0.0-beta.1).
When I use `ChatCompletionsAsyncClient`,…
-
```
Caused by: java.io.IOException: Resource not found in classpath: native/lib/linux-aarch64/libtokenizers.so
at ai.djl.util.ClassLoaderUtils.getResourceAsStream(ClassLoaderUtils.java:221)
…
-
First of all, I really like our framework!
Here are my specific needs:
I want to obtain the metadata of all @AiService annotations and their associated toolsets when the Spring Boot service star…
-
**Is your feature request related to a problem? Please describe.**
- https://github.com/langchain4j/langchain4j/blob/main/langchain4j-core/src/main/java/dev/langchain4j/rag/content/injector/DefaultCo…