Glossary
-
Knowledge Box: a Knowledge Box is the primary container in Agentic RAG. That is where you can store the contents you want to index. You may have several Knowledge Boxes in your Agentic RAG account, and each of them are isolated from the others.
-
Resource: a resource in Agentic RAG is any piece of data you upload to your Knowledge Box. This can include documents, images, videos, audio files, web pages or other types of content. Each Resource is stored with its associated metadata, enhancing its searchability and organization.
-
SDK (Software Development Kit): SDKs are libraries that allow you to integrate Agentic RAG features in your own application code. Agentic RAG offers 2 SDKs: in Python and in JavaScript/TypeScript.
-
CLI (Command-Line Interface): the CLI allows you to execute an Agentic RAG command from a terminal or from a script.