Skip to content

Conversation

@SunnyHaze
Copy link
Collaborator

@SunnyHaze SunnyHaze commented Aug 26, 2025

What's changed

The file structure of dataflow/operators has been remanaged to this schema for clarity and user friendly:

|-- __init__.py
|-- agentic_rag
|   |-- __init__.py
|   |-- eval
|   |-- filter
|   `-- generate
|-- chemistry
|   |-- __init__.py
|   |-- eval
|   `-- generate
|-- conversations
|   |-- __init__.py
|   |-- consistent_chat.py
|   `-- func_call_operators.py
|-- core_speech
|   |-- __init__.py
|   `-- generate
|-- core_text
|   |-- __init__.py
|   |-- eval
|   |-- filter
|   |-- generate
|   `-- refine
|-- core_vision
|   |-- __init__.py
|   `-- generate
|-- db
|   |-- __init__.py
|   `-- db_operator.py
|-- general_text
|   |-- __init__.py
|   |-- eval
|   |-- filter
|   |-- generate
|   `-- refine
|-- knowledge_cleaning
|   |-- __init__.py
|   `-- generate
|-- pandas_operator.py
|-- rare
|   |-- __init__.py
|   `-- generate
|-- reasoning
|   |-- __init__.py
|   |-- eval
|   |-- filter
|   `-- generate
`-- text2sql
    |-- __init__.py
    |-- eval
    |-- filter
    `-- generate

image

@SunnyHaze SunnyHaze merged commit 2839519 into main Aug 27, 2025
9 checks passed
MOLYHECI referenced this pull request in MOLYHECI/DataFlow-1022 Oct 16, 2025
* [rename] agentic_rag & text2sql rename

* [rename] rename `general_text`, `knowledgecleaning`, `reasoning`, `rare`, `core_vision`, `core_speech`

* [debug] revise pipeline_math_short.json to avoid key bug.

* [tools] add script to get a xlsx includes all operator list and description

* [debug] revise all test script to fit op rename issue. Add 3 op missing previously.

* [debug] reivse other file name bug for test scirpts

* [debug] debug for import error and naming error

* [debug] debug for gadio stuck test issue
- gradio-app/gradio#9264
- _do_normal_analytics_request

* [debug] remove networkx
wongzhenhao pushed a commit to wongzhenhao/DataFlow that referenced this pull request Oct 17, 2025
…enDCAI#227)

* [rename] agentic_rag & text2sql rename

* [rename] rename `general_text`, `knowledgecleaning`, `reasoning`, `rare`, `core_vision`, `core_speech`

* [debug] revise pipeline_math_short.json to avoid key bug.

* [tools] add script to get a xlsx includes all operator list and description

* [debug] revise all test script to fit op rename issue. Add 3 op missing previously.

* [debug] reivse other file name bug for test scirpts

* [debug] debug for import error and naming error

* [debug] debug for gadio stuck test issue
- gradio-app/gradio#9264
- _do_normal_analytics_request

* [debug] remove networkx
wongzhenhao pushed a commit to wongzhenhao/DataFlow that referenced this pull request Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants