diff --git a/Dockerfile b/Dockerfile index 40f930a..be3b73d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,6 @@ WORKDIR /ragflow COPY api ./api COPY conf ./conf COPY rag ./rag -COPY agent ./agent COPY graphrag ./graphrag COPY agentic_reasoning ./agentic_reasoning diff --git a/agent/README.md b/agent/README.md deleted file mode 100644 index 250149b..0000000 --- a/agent/README.md +++ /dev/null @@ -1,45 +0,0 @@ -English | [简体中文](./README_zh.md) - -# *Graph* - - -## Introduction - -*Graph* is a mathematical concept which is composed of nodes and edges. -It is used to compose a complex work flow or agent. -And this graph is beyond the DAG that we can use circles to describe our agent or work flow. -Under this folder, we propose a test tool ./test/client.py which can test the DSLs such as json files in folder ./test/dsl_examples. -Please use this client at the same folder you start RAGFlow. If it's run by Docker, please go into the container before running the client. -Otherwise, correct configurations in service_conf.yaml is essential. - -```bash -PYTHONPATH=path/to/ragflow python graph/test/client.py -h -usage: client.py [-h] -s DSL -t TENANT_ID -m - -options: - -h, --help show this help message and exit - -s DSL, --dsl DSL input dsl - -t TENANT_ID, --tenant_id TENANT_ID - Tenant ID - -m, --stream Stream output -``` -
All nodes
-- node: {id} -
- - -- {`{ - "to_email": "...", - "cc_email": "...", - "subject": "...", - "content": "..." -}`} --
{t('flow.testRun')}
-{t('flow.testRun')}
-