-
I want to be able to run this application locally with my LLM, such as Ollama.
The application now requires `openai.api.key` in `LangChain4jConfig`. No way to skip the langchain4j-openai creation o…
-
Integrate
https://learn.microsoft.com/en-us/bing/search-apis/bing-web-search/quickstarts/sdk/web-search-client-library-java
-
This is for the **langchain4j-embeddings** library
**Describe the bug**
I am trying to utilize langchain4j inside an Apache Pulsar Function, which starts a Java class from its own class; `org.ap…
-
### Discussed in https://github.com/quarkiverse/quarkus-langchain4j/discussions/1080
Originally posted by **cmasantos** November 14, 2024
Hi, I've notice that "normal" chat model produce a set…
-
**Is your feature request related to a problem? Please describe.**
Add integration of Watsonx ai in langchain4j
https://python.langchain.com/docs/integrations/llms/ibm_watsonx/
-
There is a problem with deserialization to Json object from string for Gemini model when using POJO as Tool param.
Stack trace:
```
java.lang.IllegalStateException: Expected BEGIN_OBJECT but wa…
-
The application breaks with the error message
**`Unable to create instance of class dev.ai4j.openai4j.chat.ChatCompletionResponse when trying to execute OpenAiChatModel's generate method.`**
_Th…
-
When declaring an AI service with signature:
```java
public interface AiService {
@SystemMessage("You are a professional poet")
@UserMessage("""
Write a poem about {topic}.…
-
**Describe the bug**
If I try to update LangChain4J beyond 0.31.0 I get a Jackson JsonEOFException, when making an API call to my Azure OpenAI endpoint. The LLM streamed response does work despit…
-
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]…