Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
so95 7ddccbb952
extraction sqlquery (#4027)
il y a 10 mois
..
component extraction sqlquery (#4027) il y a 10 mois
templates Add support to iframe chatbot (#3929) il y a 10 mois
test Fix errors detected by Ruff (#3918) il y a 10 mois
README.md Miscellaneous updates (#3942) il y a 10 mois
README_zh.md Miscellaneous updates (#3942) il y a 10 mois
__init__.py Add back beartype (#3967) il y a 10 mois
canvas.py Fix bugs in agent api and update api document (#3996) il y a 10 mois
settings.py Rework logging (#3358) il y a 11 mois

README.md

English | 简体中文

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.

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

How to gain a TENANT_ID in command line?

💡 We plan to display it here in the near future.

How to set ‘kb_ids’ for component ‘Retrieval’ in DSL?