Quick Start
This quick start guide will assist you in building your LLM application with LinguFlow efficiently.
Create a New Application in LinguFlow
- Host the LinguFlow service locally or on your own server.
- Initiate a new application.
- Generate a new version.
Run an Example Application
- Import an example application YAML file into the Builder.
- Enter your OpenAI Key and any other required credentials.
- Click the
Debug
button to test the application.
Build Your DAG
- Right-click or press
Space
to select blocks (including the essentialInput
&Output
blocks). - Connect different blocks' imports and exports, ensuring data types match for a successful connection.
- After completing the application's connections, click the
Debug
button to test the application. - Click
Save
to store this version.
API Call Your Application
- Click the
Publish
button to release the edited version. - Run your application using the asynchronous API call.