File size: 617 Bytes
7feee21
3190e1e
9b268d0
3190e1e
9b268d0
3190e1e
9b268d0
3190e1e
9b268d0
3190e1e
9b268d0
 
3190e1e
9b268d0
3190e1e
9b268d0
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# CSC525 Retrieval Chatbot

This is a retrieval-based chatbot using Sentence Transformers and FAISS for efficient similarity search.

## Description

The chatbot uses a pre-trained Sentence Transformer model to encode queries and a FAISS index to retrieve relevant responses from a curated response pool (Taskmaster-1 dataset)

## Usage

Simply type your question in the chat interface and the bot will retrieve the most relevant response from its knowledge base.
Features

## Semantic search using Sentence Transformers

Efficient retrieval using FAISS indexing
Context-aware responses
Quality checking of responses