Migration Guide: Upgrading to v1.7.0¶
This guide helps you migrate from earlier versions to ELITEA v1.7.0, focusing on the transition to the Next environment and key system changes.
Overview¶
Version 1.7.0 introduces significant improvements to ELITEA's data handling and workflow systems. The most notable change is the migration from Datasources to the new Indexing system, which provides better performance, flexibility, and standardized tools.
What's New in v1.7.0¶
- New Indexing System: Replaces the legacy Datasources with integrated toolkit-based indexing
- Next Environment: A dedicated preview environment with a snapshot of your data for safe testing
- Enhanced Credentials System: Standalone credentials replace integrations
- Improved Search Capabilities: Advanced search tools including stepback search
Migration Guides¶
1. Quick Start in Next Environment¶
Get up and running quickly in the Next environment with this comprehensive guide:
Quick Start for Next Environment
This guide covers:
- What was migrated from Nexus (your main environment)
- What was converted (Prompts → Agents, Datasources → Temporary Toolkits)
- What needs to be recreated (Datasets, Integrations → Credentials)
- Step-by-step setup instructions
- How to configure EPAM AI DIAL keys for production use
2. Migrate Datasources to Indexing¶
Convert your legacy Datasources to the new Indexing system:
Migrate Datasources to Indexing
This comprehensive migration guide includes:
- Overview of changes from Datasources to Indexing
- Migration examples for each datasource type:
- File/Table → Artifacts or SharePoint Indexing
- Jira → Jira Indexing
- Confluence → Confluence Indexing
- Git → Repository Indexing
- Key improvements in the new indexing system
- Complete migration checklist
3. Configure AI DIAL Keys (Recommended)¶
Set up your own EPAM AI DIAL keys for production workloads:
The Next environment uses shared LLM models with daily limits. For sustained or production use, configure your own AI DIAL keys.
Migration Process¶
Follow these steps for a smooth migration:
Step 1: Review What Changed¶
Read the Release Notes to understand all changes in v1.7.0.
Step 2: Access the Next Environment¶
- Navigate to https://next.elitea.ai
- Sign in with your existing credentials
- Review the migrated data snapshot (taken Aug-15-2025)
Step 3: Recreate Credentials¶
Your old Integrations were not auto-migrated. Recreate them as Credentials:
- Go to Credentials → + Create
- Select the credential type (GitHub, Jira, Confluence, etc.)
- Fill in the required fields
- Save and attach to your toolkits
See: Create a Credential
Step 4: Configure Toolkits¶
Update your toolkits with the new credentials and indexing tools:
- Open each toolkit that previously used a datasource
- Attach the appropriate credential
- Enable indexing tools (Index Data, Search Index, etc.)
- Configure PgVector and Embedding settings
- Save your changes
See: Create a Toolkit
Step 5: Index Your Data¶
Use the new indexing system to recreate your datasets:
- Open the toolkit with indexing tools enabled
- Use Test Settings → select Index Data tool
- Fill in the required parameters (collection suffix, scope, filters, etc.)
- Run the indexing process
- Verify the indexed data with search queries
See platform-specific guides in the Migrate Datasources to Indexing guide.
Step 6: Test Your Agents and Pipelines¶
Verify that your AI workflows function correctly:
- Open your agents and pipelines
- Resolve any configuration notices
- Execute test runs
- Add agents/pipelines to conversations and test end-to-end
Step 7: Configure AI DIAL Keys (Optional but Recommended)¶
For production use beyond evaluation limits:
- Request an EPAM AI DIAL key
- Go to Settings → AI Configuration
- Create an AI DIAL credential
- Create LLM models using your credential
See: Configure EPAM AI DIAL Keys
Key Differences from Previous Versions¶
Datasources → Indexing¶
| Before (Datasources) | Now (Indexing) |
|---|---|
| Standalone entities | Integrated into Toolkits |
| Limited data types | Standardized across all platforms |
| Fixed chunking options | Flexible chunking configurations |
| Basic search | Advanced search with stepback |
| Separate dataset management | Collection-based organization |
Prompts → Agents¶
All prompts have been automatically converted to agents. Agents can now:
- Work without a toolkit (lightweight replacement for prompts)
- Use variables directly
- Be configured with more sophisticated behaviors
Integrations → Credentials¶
Integrations are deprecated. Use the new Credentials system:
- Standalone entity for better management
- Attach to multiple toolkits
- Support for both project and private scopes
- More credential types available
Troubleshooting¶
Issue: Toolkit shows "Disconnected" or configuration errors¶
Solution:
- Verify the credential is properly configured
- Check that required tools are enabled
- Ensure PgVector and Embedding model are selected
- Save the toolkit and test from Tool Testing
Issue: Search returns no results after indexing¶
Solution:
- Verify the index was created successfully (check Tool Testing output)
- Confirm the collection name/suffix matches your search
- Check that the embedding model is the same used for indexing
- Try using different search tools (Search Index vs Stepback Search Index)
Issue: "Daily limit reached" for LLM models¶
Solution:
Configure your own EPAM AI DIAL keys following the Configure EPAM AI DIAL Keys guide.
Getting Help¶
If you encounter issues during migration:
- FAQs: Check Frequently Asked Questions
- Contact Support: Email SupportAlita@epam.com
- Documentation: Browse How-To Guides
When contacting support, include:
- Environment (Next or Nexus)
- Project name and workspace type (Private/Team)
- Clear description of the issue
- Screenshots or error messages
- Expected vs actual behavior
Related Documentation¶
- Release Notes - v1.7.0
- Indexing Overview
- Indexing Tools Reference
- How to Use Credentials
- Toolkits Menu Guide
Next Step: Start with the Quick Start for Next Environment guide to begin your migration.