Projects

A Project in Lleverage is where all your AI development work takes place. Projects live inside an Organisation and serve as containers for organising your Workflows, Prompts, Vector Stores, Data Sets, Connections, and more. Each project is isolated, allowing you to manage resources, configurations, and collaborators on a per-project basis.

Key Features of a Project

  • Workflows: Design and manage workflows that chain together data, APIs, and AI models to build comprehensive AI features.

  • Prompts: Create and fine-tune generative model prompts (e.g., LLMs) directly within the project.

  • Vector Stores: Upload documents and data and bring them into vector space. Vector stores can be called from within workflows to perform similarity search. This is very handy to enable chat with your documents or search for examples to give LLMs guidance on how something needs to be generated.

  • Connections: Each project can have its own connections to external resources such as databases, APIs, or model providers. These connections are isolated to the project, so they don’t interfere with other projects.

  • Secrets: Securely manage sensitive information like API keys or credentials. Secrets in a project are stored separately from other projects to ensure data security.

  • Environment Variables: Define variables that can be used in your workflows, such as API endpoints or environment-specific configurations (e.g., for dev, staging, and production environments).

Managing Projects

  • Creating a Project: When you create a project, you can define its name, add collaborators, and set up initial connections and secrets. Each project will inherit some default settings from the Organisation, but you can customize them as needed.

  • Inviting Users: You can invite team members to collaborate on a project. Each user can have different roles and permissions within the project, allowing for controlled access to specific resources.

  • Project Settings: Within the Settings tab of a project, you can manage details such as the project’s name, connections, secrets, and environment variables.

Last updated