🚧

Experimental feature!

This feature is currently under development and it availability or stability is not guaranteed

The AI Knowledge Base Items submodule allows to efficiently manage entire documents indexed with help of AI. This allows you to quickly retrieve contextual and relevant information from documentation directly in your chatbots.

Usage:

  1. Navigate to the AI Knowledge Base Items tab in the Knowledge Base module.
  1. Click on the Create button to upload a new CSV file with your document.

CSV Template

Title,URL,Content
Title of document section #1,https://example.com/more-information-on-the-topic,Content of document section #1
Title of document section #2,https://example.com/more-information-on-the-topic,Content of document section #2

Sample CSV:

Title,URL,Content
Pricing,https://example.com/pricing,"## Your service - pricing
Basic package costs 100$!"
Rules,https://example.com/terms,"## Terms and conditions
By using our service you agree to share your personal details with Example company"
About us,https://example.com/about-us,"## Example Company
We're IT company that specialises in building AI solutions"
Mobile app,https://example.com/mobile-apps,"## Mobile apps
You'll find application for iPhone and Android devices on respective stores"
  1. Provide a unique key for the document and select the CSV file to upload.

  1. Once uploaded, the system will process the data, making it ready for semantic searches.
  2. More details about semantic searches and how to use it in a flow can be found here