Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CSC525 Retrieval Chatbot
|
2 |
|
3 |
This is a retrieval-based chatbot using Sentence Transformers and FAISS for efficient similarity search.
|
@@ -15,4 +20,4 @@ Features
|
|
15 |
|
16 |
Efficient retrieval using FAISS indexing
|
17 |
Context-aware responses
|
18 |
-
Quality checking of responses
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: Retrieval-based Chatbot
|
4 |
+
short_description: A retrieval based chatbot with SentenceTransformers
|
5 |
+
---
|
6 |
# CSC525 Retrieval Chatbot
|
7 |
|
8 |
This is a retrieval-based chatbot using Sentence Transformers and FAISS for efficient similarity search.
|
|
|
20 |
|
21 |
Efficient retrieval using FAISS indexing
|
22 |
Context-aware responses
|
23 |
+
Quality checking of responses
|