Create new project
Get started on evaluations by creating use-cases specific projects
Last updated
Was this helpful?
Get started on evaluations by creating use-cases specific projects
Last updated
Was this helpful?
Was this helpful?
from ragaai_catalyst import RagaAICatalyst
project_name = 'your-project-name'
project = catalyst.create_project(
project_name=project_name,
usecase="Chatbot" #default usecase Q/A
)catalyst.list_projects()