-
I'm experimenting with `pgvector` and the two configuration properties `quarkus.langchain4j.pgvector.use-index` and `quarkus.langchain4j.pgvector.index-list-size` are a bit obscure.
I don't know ex…
gsmet updated
2 months ago
-
**Bug Report: Missing JSON Schema When Using Tools with Structured Outputs in LangChain4j**
**Description:** When using structured outputs together with tools in LangChain4j, the JSON schema is not…
-
I have an app (https://github.com/edeandrea/java-ai-playground/tree/quarkus) that if I try to set `quarkus.langchain4j.chat-memory.type=token-window` I end up getting a big fat stack trace (see below)…
-
```
2024-11-26T15:07:09.995+08:00 ERROR 15308 --- [nio-8081-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw ex…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
# :grey_question: About
Up to now we were relying on OpenAI with the following configuration :
```## OPENAI
# https://docs.quarkiverse.io/quarkus-langchain4j/dev/openai.html
quarkus.langchain…
-
if you (like me) forget to add `-parameters` to your jbang project then quarkus langchain4j shows this error:
```
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonN…
-
**Describe the bug**
langchain4j: 0.35.0
elasticsearch: 8.9.2
EmbeddingSearchRequest searchRequest = EmbeddingSearchRequest.builder()
.queryEmbedding(embedding1)
.bu…
-
Need to create SPIs to integrate with LangChain4J RAG
-
## Dependency issues identified
- **Existing Dependency Convergence Errors**: Various modules have unresolved dependency convergence issues.
- **Need for Enforcing Dependency Convergence**: It m…