Building Custom LLM Applications
Unlike the Quick Start and Templates options, the Create LLM App interface gives you complete control over every aspect of your AI application. This builder allows you to construct sophisticated applications by connecting modules, configuring specific parameters, and optimizing performance to match your exact requirements.
Application Builder Interface
The Create LLM App interface consists of these key areas:
- Module Selector (left sidebar): Choose which modules to add to your application
- Canvas (center): Visual workspace where you arrange and connect modules
- Module Configuration (right): Settings for each selected module
- Application Controls (top): Tools for application naming, saving, and creation
Connecting Modules
The foundation of every application is the connection between different functional modules. These connections determine how data flows through your application, from initial input to final output.
Understanding the Module Flow
Every Queryloop application follows a logical processing flow:
- Input Processing: Receive and interpret user requests
- Information Retrieval (optional): Find relevant data from your documents
- Response Generation: Create AI-generated responses
- Output Delivery: Return the formatted result to the user
Starting with Input Nodes
All applications begin with the Input Node, which serves as the entry point for user queries and application configuration:
- Problem Statement: Defines the purpose and scope of your application
- Golden Responses: Provides example question-answer pairs
- Advanced Options: Configures tone, citations, and other response characteristics
Problem Statement Configuration
The problem statement helps the LLM understand what your application is designed to do:
- Click on the Problem Statement field
- Enter a clear description of your application's purpose
- Click "Advanced Options" to configure additional settings
- Click "Generate Prompt" after making any changes to update the system prompts
Important: Whenever you modify the problem statement, always click "Generate Prompt" afterward to ensure your changes are properly incorporated into the application's behavior.
Golden Responses Configuration
Golden responses establish expected question-answer patterns:
- Select your preferred QnA option:
- "I have golden QnA": Add your own example pairs
- "I have sample questions only": Provide questions without answers
- "I don't have any golden QnAs": Proceed without examples
- Click "Add Golden Responses" to enter your examples
- Enter question-answer pairs that represent ideal interactions
Adding Retrieval Modules
Retrieval modules enable your application to search through documents for relevant information:
- Click the blue connection dot on the Input Node
- Select "Retrieval" from the module options
- Configure retrieval settings:
- Upload Dataset: Add documents for the application to access
- Choose Dataset Type: Select structured, unstructured, or unstructured with metadata
- Set Confidentiality: Determine who can access the documents
- Configure additional retrieval parameters (chunk size, metric type, etc.)
Dataset Configuration
When uploading datasets, ensure you select the appropriate type and format:
- Text Data: For unstructured text documents (.pdf, .docx, .txt, .md)
- Structured Data: For tabular or organized data (.csv, .xlsx)
- Confidentiality Levels: Public, Private, or Confidential
Adding Generation Modules
Generation modules produce AI responses using either retrieved information or direct user queries:
- Click a blue connection dot (either from Input or Retrieval)
- Select "Generation" from the module options
- Configure generation settings:
- Select LLM: Choose which language model to use
- Configure Temperature: Set creativity level
- Set Token Limits: Control response length
- Select Prompt Type: Zero-shot, few-shot, chain of thought, etc.
Naming Your Application
Giving your application a meaningful name helps with organization and identification:
- Click on the application name field at the top of the interface (default is your organization name + application number)
- Enter a unique, descriptive name
- Press Enter to save the name
Note: Application names must be unique within your organization. Descriptive names make it easier to identify applications in the Experiments and Deployment tabs.
Dataset Formats and Requirements
Different functionality requires specific data formats. For optimal performance, follow these guidelines:
Golden Responses Dataset
- File Format: CSV
- Required Headers:
question
: The query textanswer
: The expected response
Fine-tuning Datasets
- File Format: CSV
- Required Columns:
system_prompt
: Instructions for the modelquery
: The input textresponse
: The desired output
Prompt Few Shot Dataset
- File Format: CSV
- Required Columns:
question
: Example queryanswer
: Example response
Prompt Dynamic Few Shot Dataset
- File Format: CSV
- Required Columns:
question
: Example queryanswer
: Example response
Validating and Creating Your Application
Before finalizing your application, verify all connections and configurations:
- Use the "Check" option in the left sidebar to validate your application
- Review any warnings or errors
- Make necessary adjustments
- Click the "Create" button in the top-right corner
Upon successful creation, you'll be directed to the Experiments tab, where you can optimize and test your application.
Best Practices for Application Creation
To ensure the best results when building your application:
- Start with a Clear Problem Statement: Define precisely what your application should do
- Add Comprehensive Golden Responses: Include diverse examples covering various use cases
- Test Before Scaling: Build a minimal version first, then expand functionality
- Regenerate Prompts After Changes: Always update generated prompts when modifying parameters
- Use Appropriate Dataset Types: Match your data format to the right module configuration
Troubleshooting Common Issues
Problem Statement Changes Not Reflected
- Solution: Click "Generate Prompt" after making changes to update the system instructions
Modules Not Connecting
- Solution: Ensure you're clicking on the blue connection dots, not elsewhere on the module
Dataset Upload Failures
- Solution: Verify your file format matches the required structure for the selected function
Missing Golden Responses
- Solution: Add responses directly through the Input Node's Golden Responses section
Next Steps
After creating your application:
- Proceed to the Experiments tab to optimize performance
- Test different parameter combinations
- Select the best-performing configuration
- Deploy your application for production use
By utilizing the full capabilities of the Create LLM App interface, you can build sophisticated AI applications tailored to your specific requirements with unparalleled flexibility and control.