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
43.32k stars 6k forks source link

Where can I find workflow and AI Agent funtions as showed on the offical website #3093

Closed lx1054331851 closed 4 months ago

lx1054331851 commented 4 months ago

Self Checks

Provide a description of the help you need

image image

The two function showed aboved I cannot find in the self host version and SaaS version.

dosubot[bot] commented 4 months ago

Hey there, @lx1054331851! Great to see you back with us. How's everything going on your end?

Based on the context provided, it appears that Dify does indeed contain a user interface for building and managing chatbots or similar AI-driven interaction systems. This is outlined in the tutorial for creating a Midjourney prompt bot using Dify, which can be found here.

The flowchart interface for developing and testing natural language processing (NLP) applications you're looking for is described under the "Prompt-as-a-Service Orchestration" section in the specifications and technical features document. It mentions a "Visual orchestration interface" that allows users to modify prompts and preview effects in one place. Additionally, "Flow orchestration" is listed as an upcoming feature in Q1 2024, which aligns with the concept of a flowchart interface for NLP application development and testing.

As for the "processing..." indicator suggesting background data processing, Dify does support this feature. This is indicated by the use of the "response_mode": "streaming" parameter in the API call examples for both text-generation and conversational applications. You can find more details about this in the API guide.

The specific section within Dify that contains the flowchart interface for developing and testing NLP applications is referred to as "Prompt Engineering." This is the main working page where users can set up prompts, variables, and view real-time previews of the generated content. More details can be found in the Midjourney prompt bot tutorial.

Regarding the "Recruitment," "Tasks," "Email Tools," "Settings," and the unidentified lightning bolt icon, I was unable to find a corresponding feature or module within the Dify repository. It's possible that these features are part of a different application or a custom implementation. If you could provide more details about these features or where you saw them, I might be able to provide a more accurate answer.

Sources

#### About Dosu This response is meant to be useful and save you time. It is **not meant to be a precise solution**, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot.
aute commented 4 months ago

You can refer to that: https://github.com/langgenius/dify/releases/tag/0.6.0-preview-workflow.1

lx1054331851 commented 4 months ago

thank you for your reply!