BotSquare
  • 👋Welcome to BotSquare!
    • 💡Quick Start
    • 🎆Tutorials
  • Developer Guide
    • Workspace
    • Project
    • Data Source
    • Editor Dashboard
    • Components
      • Generative
      • Data
      • Modal Conversion
      • Output
    • Deployment
  • Template
    • YouTube Video Content Generator
    • Call Assistant
Powered by GitBook
On this page
  • Vector Database
  • Parameters:
  • Resource Loader
  • Chat History
  • Parameters:
  • Google Search
  • YouTube Database
  • Parameters:
  1. Developer Guide
  2. Components

Data

PreviousGenerativeNextModal Conversion

Last updated 1 year ago

We support the following data sources:

Vector Database

You are able to select any text data you uploaded to the in your workspace. Vector database can help you retrieve the most important segments of a long text for an LLM. For example, you can upload a text document to the vector database. When you search some text segments in the vector database, it will return the most relevant text segments.

Parameters:

  • Limit: Return the top n search results.

  • Query: Input (text segment) you want to search in the vector database. Can be either dynamic (entered user input) or fixed value (set to a constant value).

Resource Loader

This component can help you create any text, image, or document inputs. For example, a text Resource Loader is useful to create an instruction.

Resource loader can be either dynamic (entered user input) or fixed value (set to a constant value).

Chat History

Chat history component allows you to use any chat history data source you saved for the selected projects. This is useful to search for anything you talked with the selected bot.

Parameters:

  • Limit: Return the top n search results.

  • Query: Input (text segment) you want to search in the vector database. Can be either dynamic (entered user input) or fixed value (set to a constant value).

Google Search

This component will search the Google for a given search query and return the first result from the top 3 searches. This block is really useful for getting up-to-date / live information that some AI models might not have access too.

YouTube Database

Must upload videos that have subtitles.

Parameters:

  • Limit: Return the top n search results.

  • Query: Input (text segment) you want to search in the vector database. Can be either dynamic (entered user input) or fixed value (set to a constant value).

YouTube Database component allows you to use the YouTube video content uploaded in the . The subtitles of the video was extracted and save to the vector database. Therefore, you can use this component to quickly search for any segments in the videos.

Data Source
Data Source
Vector Database
Resource Loader
Chat History
Google Search
YouTube Database
Vector Database
Resource Loader
Enable chat history
Chat History
Google Search
YouTube Database