-
# Problem
JLama indicated that it supports the use of tools for (some) models. I have used `tjake/Llama-3.2-1B-Instruct-JQ4`, and that does indeed support tools.
However, when I try to use streami…
-
Why can’t my Maven find this dependency in the Maven Central?
dev.langchain4j
langchain4j-workflow
0.1.0
-
- We use ONNX as format, which is supported by langchain4j. The other is GGUF and safetensors-format. The market is mostly safetensors-format. But no Java library. We did not want to have a third part…
-
These are for the Oracle vector store?
1. OracleDataAdapter.java
2. OracleEmbeddingStore.java
3. OracleJSONPathFilterMapper.java
-
1. We need to provide an another method to load an onnx model to db from a local directory, not from a db directory.
2. I see 'embedAll' and 'embedTexts', both handle plural cases, any function for a…
-
1. Why the class name has 'LanguageModel' at the end, OracleSummaryLanguageModel.java?
2. I see 'generate' function, do we also want 'summary' function?
3. Any plural version as well?
-
In the easy-rag extension the path you specify is currently a relative filesystem reference to the project. It would be nice if you could specify a relative reference to something on the classpath.
…
-
**Describe the bug**
We are building a RAG service with langchain4j and Azure Open AI and got some unexpected exceptions due to empty response content. We investigated the issue and found tha…
-
Hi @michaelisvy, sorry for pinging you here - I couldn’t find another way to reach out. I hope you don’t mind.
I came across https://speakerdeck.com/michaelisvy/spring-ai-vs-langchain4j?slide=20 an…
-
Currently, the Ollama client does not support tools (cf. https://github.com/lmos-ai/arc/blob/main/arc-ollama-client/src/main/kotlin/OllamaClient.kt#L94). Ollama itself, in principle, supports tools, n…