Skip to content

Datastore

To be able to retreive the results that have been generated or simply to store files that are useful for your work, we are providing you a Datastore that is a Cloud bucket.

When you click on the Data store tab at the top of the scrren, you are presented with a view listing all the Environment created on the current Project. You can see how much space is currently occupied and the last update date (in UTC timezone) as well as the Environment Tag of each environment.

datastore-scrren

Access your data

When you click on the environment you want to work on, you are presented with a tree-like structure of the files and folders. You can navigate through this tree structure by clicking the folders name to move to the folders, and to go back you have the current position with all the folders you have opened right above the tree structure.

You can perform several actions on these files :

  • Upload : With this, you can add manually files to the Datastore
  • Download : You can retrieve executions results or other files from the datastore to your local computer
  • Create a new folder : This will allow you to create a new folder in the current viewed folder. You will be asked to provide a name. If you want to cancel the folder creation, simply click on the "x" at the right of the filed name.
  • Copy a file or folder : You can access this option by checking the checkbox at the left of a folder/file name, and then click on the "Copy to" button, or by using the "..." at the right of the folder name. This will prompt a tree-view of your folders and ask you a destination for the copy. You have the possibility to create a new folder in this pop-up to set it as destination.
  • Delete : Same as Copy to, you have two ways to access this feature, by checking the checkbox and clicking the button, or by using the "..." at the right. This deletes the file/folder from the env and everything inside. Be careful, as the platform is not able to detect if the files deleted were mandatory and their absence may cause errors.
  • Rename : This feature can be accessed by using the "..." at the right. It allows you to rename any file/folder.

datastore-tree

Exploit RAG-fonctionnalities with Weaviate

To go further with data storage, as a LLMOps Platform, we understand that using a Vector Database is a mandatory feature to create some LLM features as, for example, a RAG.

To simplify things for you, we are able to provide a Vector Database, Weaviate that can be created as the same time as your environment. More details at VectorDB