Editing the environment details
Last updated
Last updated
Use this procedure to modify the details of an environment. You can use the ellipsis icon in the card view to edit the details (or) the pencil icon corresponding to the environment you want to modify, in the list view.
Select an environment that you want to modify.
Click the ellipsis icon on the environment widget or card and select Edit.
Modify the required details in the Environments page. You can also view the status of the environment on this page. If the status of the environment is running, you can use the STOP button to stop the environment.
On the Python Libraries and Linux Libraries tabs, you can add the new Python libraries and Linux libraries that can be used in the projects to run the recipes that need these packages.
When configured at the environment level, these libraries are applied across the entire project. However, if specific libraries are defined at the code recipe level, they take precedence over the environment-level configuration. This ensures that recipes can run with the exact library versions they require, avoiding potential conflicts that may arise from version mismatches.
Libraries configured at the recipe level are installed in an isolated environment that is automatically deleted after the recipe execution, ensuring a clean and controlled runtime for each run.
If you want to install a specific version of the library, it should be in this format library_name==version. Example : seaborn==0.11.2, numpy==2.1.0 and so on.
Select the Rapid-RAG checkbox to include custom libraries developed by RapidCanvas for running RAG (Retrieval-Augmented Generation) recipes within your project.
When enabled at the environment level, these libraries are available to all recipes across the project.
When enabled at the code recipe level, the Rapid-RAG libraries are included only for that specific recipe, allowing for more controlled and isolated usage.
Click the Projects tab to see the list of projects used in this environment:
Project Name: The name of the project. Click on the project name to navigate to the canvas page of the project.
Description: The description of the project.
Creator: The user who created this project.
Creation date: The date on which the project is created.
Scheduler Count: The total number of jobs associated with a specific project. Clicking on the hyperlink will take you to the scheduler page.
Prediction Run Count: The total number of prediction runs in which this environment has been used.
Click the Prediction Service tab to view the prediction services where the environment has been used to run these services:
Name: The name of the prediction service.
Model: The name of the output model.
Creation Date: The date on which the model was created.
Creator: The user who created the prediction service.
Click Save.
On this page, you can click the Caret icon to:
Delete the environment, using the Delete option.
Clear cache to save the space, using the Clear Cache option.
View the hardware utilization by projects running in an environment, using the Usage option. This button is disabled when the environment is shut down. You can only view the resource usage when the environment is running.
Check the logs and troubleshoot errors in the environment, using the Logs option. In the side panel, you can use the new tab option to open the logs in a new page.