Skip to main content

Documents

In BotDojo, each project has a dedicated document storage system where the raw data used to build Vector Indexes is stored. This is also the location where Document Loaders drop their data when importing documents into the project.

The document storage allows you to:

  1. Manage your data: You can view, update, and organize the documents within your project, ensuring that the data remains accurate and up-to-date.

  2. Edit metadata: BotDojo provides the ability to edit and manage the metadata associated with each document. This metadata can be used to enhance search capabilities, filter results, and provide additional context to the documents.

  3. View indexing details: View how each document is indexed.

In addition to the general document storage, there is a special folder called chat_messages. This folder is used to store files that are used as inputs in Flows. When a Flow accepts a file as an input, the file is automatically stored in the chat_messages folder for processing and integration within the Flow. Each flow and session has a unique folder.