Creating a data source
Go to the “Data Sources” tab on the side toolbar and click “New data source” on the top right.
- Name: This is the name under which the data source will be stored. It must be unique within the suborg and cannot contain any whitespace.
- Description (optional): User-readable description of the data source.
- Content: The actual text content of the data source. (Note the sentence at the beginning of the content. It can significantly improve search performance if you include a statement like this providing context to the LLM for what the data represents.)
Linking a data source to an agent
- Create one or more data sources and note the names.
- Create a tool with the following schema (specify whatever tool name you want).
default
list for “doc” must be the names of your existing data sources.
- Create a prompt that has access to the tool you created.
- Link an agent to that prompt.