mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 02:51:07 +00:00
feat(core): Support RAG chat flow (#1185)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
At first, install dbgpt, and necessary dependencies:
|
||||
|
||||
```python
|
||||
```shell
|
||||
pip install dbgpt --upgrade
|
||||
pip install openai
|
||||
```
|
||||
@@ -14,7 +14,7 @@ Create a python file `simple_sdk_llm_example_dag.py` and write the following con
|
||||
```python
|
||||
from dbgpt.core import BaseOutputParser
|
||||
from dbgpt.core.awel import DAG
|
||||
from dbgpt.core.operator import (
|
||||
from dbgpt.core.operators import (
|
||||
PromptBuilderOperator,
|
||||
RequestBuilderOperator,
|
||||
)
|
||||
|
Reference in New Issue
Block a user