-
The project is very similar to the concept of AIServices in LangChain4J. I really love the idea.
Is it possible for you to provide an example of using RAG chain with the help of decorators?
-
### Description
There are two cases that would be good to support:
1. SPA authenticates users with an OpenId Connect provider (independently of Quarkus) and sends `bearer access token` with a Web So…
-
**Is your feature request related to a problem? Please describe.**
I want to split source code e.g. java, python files, langchain(python) support it:
https://python.langchain.com/v0.2/docs/how_t…
-
The idea is to understand if there is a way to change the parameters passed to the LLM at runtime.
Today the prompt can be changed using `@UserMessage` and `@V`:
```java
public String poem(@UserMes…
-
I have moved my prompt content to a file named `my_prompt.txt` to `resources/dev/langchain4j/services`
My service looks as follows:
```java
interface MyService {
@SystemMessage(fromResource…
-
![image](https://github.com/moyangzhan/langchain4j-aideepin/assets/29012407/2f06bd58-cbf1-4b84-bb7e-71964e82a655)
经常会有这个错误
-
**Is your feature request related to a problem? Please describe.**
Qianfan has been published some new model such as ERNIE_Speed and ERNIE_Lite that is free to use.
It would be easily to use…
-
**Is your feature request related to a problem? Please describe.**
Available `ChatMemory` implementations (`MessageWindowChatMemory` and `TokenWindowChatMemory` to be exact) aren't very useful when…
-
Please support Xorbits Inference
https://github.com/xorbitsai/inference
https://inference.readthedocs.io/en/latest/models/model_abilities/rerank.html
Xorbits Inference can quickly deploy models…
-
**Is your feature request related to a problem? Please describe.**
Python Langchain supports an execution agent using OpenAPI Specification as its documentation
https://python.langchain.com/v0.2/doc…