-
1. Splitter constructor is following a different pattern than Loader. It takes both conn and pref whereas Loader constructor takes only conn. Maybe we want to keep them consistent meaning both follow …
-
1. Constructor syntax is different than what in Python library. Constructor takes only the connection, not other params. Maybe okay if other providers do the same.
2. Not sure why do we need 'pref' i…
-
When defining tools, use the new `JsonSchemaElement` API instead of `JsonSchemaProperty`.
See https://github.com/quarkiverse/quarkus-langchain4j/issues/1036#issuecomment-2457557006 for some details…
-
Implement Spring Boot starter for `langchain4j-pgvector` in https://github.com/langchain4j/langchain4j-spring repo
-
Implement Spring Boot starter for `langchain4j-google-ai-gemini` in https://github.com/langchain4j/langchain4j-spring repo
-
We are getting these log messages (seemingly spam). Is our extension configured wrong?
```
2024-10-03 13:07:15,124 WARN [io.qua.arc.pro.BeanArchives] (build-29) Failed to index io.quarkiverse.lan…
kdubb updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
Nope.
**Describe the solution you'd like**
Have a BraveWebSearchEngine implemented in https://github.com/langchain4j/langchain4j…
-
**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'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
-
microprofile is failing/erroring when i'm hovering on elements on a java file (using jbang):
```
[Error - 06:06:53] Request textDocument/hover failed.
Message: Request microprofile/java/hover f…