langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
46.09k stars 6.5k forks source link

Can a search node be added to the Workflow? #8030

Open YidaHu opened 2 weeks ago

YidaHu commented 2 weeks ago

Self Checks

Provide a description of requested docs changes

There may be many Nodes configured in the Workflow. It is not easy to find a certain Node. If the function of searching Nodes can be provided, it will be of great help.

dosubot[bot] commented 2 weeks ago

Yes, a search node can be added to the Workflow. The document lists various blocks that can be added to the workflow, including a "searchTool" under the tabs section [1][2].

tabs: {
  'searchBlock': 'Buscar bloque',
  'blocks': 'Bloques',
  'tools': 'Herramientas',
  'allTool': 'Todos',
  'builtInTool': 'Incorporadas',
  'customTool': 'Personalizadas',
  'workflowTool': 'Flujo de trabajo',
  'question-understand': 'Entender pregunta',
  'logic': 'Lógica',
  'transform': 'Transformar',
  'utilities': 'Utilidades',
  'noResult': 'No se encontraron coincidencias',
  'searchTool': 'Herramienta de búsqueda',
},

In the context of workflows, nodes are the key components that allow you to execute a series of operations. By connecting nodes with different functionalities, such as a search node, you can automate and batch process tasks like data analysis, content generation, and more.

To continue talking to Dosu, mention @dosu.