-
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?
-
in local (gpt) needs CUDA?
No dependencies to install or update
Installing the current project: rag-stack (0.1.0)
llm/local/ggml-gpt4all-j-v1.3-groovy.bin already exists, skipping download.
…
-
**Problem description**
When using tools for requesting additional data, it is frequently needed to make some preprocessing on raw tool output (e.g. selecting relevant information from the raw webp…
-
Hi @frdel , thanks for your amazing work on this project.
I have noticed that AutoMemory can be quite inefficient, primarily because it embeds the entire message history to find relevant entries. F…
-
Hi @rlancemartin,
I have read [the original paper](https://arxiv.org/pdf/2212.10496.pdf) about HyDE and noticed (in sections 3.2 and 4.1) that authors use multiple document generations with tempera…
-
以前不报这种错误,现在为什么会出错
-
To reproduce :
1. from rag.config import ROOT_DIR
Error :
-----------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from rag.config import ROOT_DI…
-
使用 gtp-4o 可以正常对话, 但是 RAG 对话时只会进行检索知识库, 没有生成回答, 控制台报错 APIConnectionError: Caught exception: Connection error.
```shell
2024-07-25 11:47:19,033 openai._base_client 31260 INFO Retrying request to /…
-
Reproduction
1. `aichat -s -a agentname`
2. `> `
3. `.info session`
Expectation:
Session contains past message and response, verbatim, unless compress threshold is crossed.
Reality:
Sessi…
-
### 작업 개요
- ChatGPT를 활용하여 아래 URL의 내용을 이용해서 DB화 하고 사용자의 질문을 받으면 DB에서 검색하여 답변 할수 있도록 구현
- https://js.langchain.com/docs/modules/model_io/concepts
- 작업 순서 지시를 위한 참고는 아래 주소 이용
- https://python.langcha…