-
Migrate `langchain4j-qianfan` module from Gson to Jackson
-
**Is your feature request related to a problem? Please describe.**
When I want to constrain the OpenAI endpoint response in a dynamic candidates, I found its hard to do in LangChain4J.
Like I …
-
Integration tests in `langchain4j-azure-ai-search` module take 30+ minutes to run.
The most long ones are `should_filter_by_metadata` and `should_filter_by_metadata_not` (each is running twice) where…
-
langchain4j already offers several DocumentSplitters. One that is currently missing is MarkdownHeaderTextSplitter.
The original (python based) langchain project has such a [MarkdownHeaderTextSplitt…
-
Might be useful to have an annotation that allows the developer to use a template for the `AiMessage`.
Example:
```java
@RegisterAiService
public interface AiService {
@SystemMessage("You…
-
If I run a simple application such as https://github.com/kdubois/quarkus-langchain4j-podman-ai-instructlab, but with the default openai base url and no `export QUARKUS_LANGCHAIN4J_OPENAI_API_KEY=...`,…
-
### Discussed in https://github.com/langchain4j/langchain4j/discussions/839
Originally posted by **gs-snagaraj** March 27, 2024
Current `@Tool`, `ToolSpecification` & `ToolExecutor` support on…
-
## タスク一覧
- [x] #21
- [x] #25
- [x] #26
- [ ] #30
- [x] #35
- [x] #36
- [x] #44
- [x] #45
- [x] #46
- [x] #48
- [ ] #51
-
Migrate `langchain4j-milvus` module from Gson to Jackson
-
Hello
Thanks for the project, and i found some issues working with OpenSearchEmbeddingStore, it does not suppor data imported from Python.
Use Case.
* I use this code to import and search data …