wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

RAG -3

Total questions: 1

Worksheet time: 7mins

Name
Class
Date

1-10.

Answer the questions below after watching the video

1.

What is the first step in deploying Flow-wise to Render?

a)

Injecting context into prompts

b)

Splitting data into chunks

c)

Creating a new chatbot

d)

Connecting to a data source

2.

What does RAG stand for?

a)

Retrieval Application Generation

b)

Render Application Guide

c)

Rapid Application Generation

d)

Retrieval Augmented Generation

3.

Which model is used in the retrieval chatbot setup?

a)

BERT

b)

Transformer

c)

ELMo

d)

GPT-3

4.

What is the purpose of splitting data into smaller chunks?

a)

To increase the token usage

b)

To make the chatbot more creative

c)

To reduce the context limit exceeded error

d)

To increase the speed of data retrieval

5.

What is the primary function of the vector store in the chatbot setup?

a)

To increase the chatbot's response time

b)

To create a backup of the chatbot's memory

c)

To store numeric representations of data

d)

To store user credentials

6.

Why is it important to convert data into a numeric representation?

a)

To increase data storage capacity

b)

To make the data more secure

c)

To enable the vector store to retrieve relevant documents

d)

To make it readable by humans

7.

What tool is used to scrape information from a website?

a)

Notion database connector

b)

Cheerio web scraper

c)

PDF file uploader

d)

AWS S3 bucket fetcher

8.

How can you ensure the chatbot does not 'hallucinate' answers?

a)

By adding more memory

b)

By using a different chat model

c)

By using a higher temperature setting

d)

By providing context from the data source

9.

What is the purpose of the 'upsert' process in the chatbot setup?

a)

To update the chatbot's memory

b)

To fetch and load data into the vector store

c)

To change the chatbot's temperature setting

d)

To connect the chatbot to different data sources

10.

What is the main advantage of using a Pinecone serverless database?

a)

It allows for creative responses

b)

It provides persistent data storage

c)

It increases the speed of the chatbot

d)

It reduces the need for data chunking