Documents¶
What is this?¶
The Documents are items that are uploaded to the Knowledge Base. They can be used to store information that can be used to answer questions or provide information to the users. The documents can be uploaded in various formats like PDF, Word, Markdown, etc. The documents can be processed using the LLM model to generate questions, summarize content, etc.
Reference¶
The voiceflow-cli
has a command that allows you to interact with your documents of your Vocieflow Knowledge bases from your terminal or from your CI pipelines.
To know more, you can run the voiceflow document
command. For the usage, please refer to this page.