Create new project
Get started on evaluations by creating use-cases specific projects
Last updated
Get started on evaluations by creating use-cases specific projects
Last updated
To begin using RagaAI Catalyst, you need to create a new project. Follow these steps to create a project via the UI:
Navigate to RagaAI Catalyst.
On the project page, click the Create New Project button.
In the popup window, enter a name for your project.
Select the use-case of your LLM Application from the dropdown. Currently supported use cases include:
Chatbot: For running chat-level evaluations on complete human-AI conversations
Text2SQL: For AI generated SQL-based response evaluations
Q/A (Default): Standard RAG prompt-context-response based evaluations
Code Generation: For evaluations on AI generated code
Click Done to finalise the creation of your new project.
You can also create project using the Python SDK with the following command structure:
Supported 'usecase' values are as listed above, and case sensitive.
Once created, projects can be listed using the following command: