-
Curently in org.bsc.langgraph4j.langchain4j.tool.ToolNode.of(Collection objectsWithTools)
When we pass tool specifications specified dynamically or programatically as per [Langchain4j documentation…
-
I would like to set the response format to "json" so that the Claude Sonet 3.5 model returns responses in json format.
I can do this by setting the content-type to "application/json" using the Anthro…
-
Use the new [Qrant extension](https://github.com/quarkiverse/quarkus-langchain4j/tree/main/qdrant) instead of the qdrant langchain4j dependency, for the RAG part.
Make the environment smooth to st…
-
Thanks for this amazing work!
Would you be interested to have a `--service` mode, to be able to run llama3.java as a service, and have a third-party chat communicating with this service?
feloy updated
4 weeks ago
-
**Describe the bug**
Trying to ```embed()``` or ```embedAll()``` on ```AzureOpenAiEmbeddingModel``` instance with valid credentials throws an SSL error:
```Exception in thread "main" java.…
-
Rewrite lombok-generated code and get rid of lombok dependency.
-
When the content retrieved by EmbeddingStoreContentRetriever is empty, the large model should not be invoked. This allows for direct return of user-defined content when sources are empty during oRey…
-
Currently the `OllamaStreamingChatLanguageModel` doesn't support tool integration. Let's add it.
I'll take this and work on it.
-
Both [Astra DB](https://db.new/) and [DSE 7.0 (public preview as of this writing)](https://www.datastax.com/blog/get-started-with-the-datastax-enterprise-7-0-developer-vector-search-preview?utm_source…
-
**Is your feature request related to a problem? Please describe.**
The behavior of `ChatMemory` implementations looks a bit weird in the position handling of SystemMessage.
- When `SystemMessage…