Spaces:
Paused
Paused
Adding ATDC App
Browse files- .gitattributes +3 -0
- README.md +4 -4
- app.py +1 -1
- chainlit.md +2 -2
- faiss_index/index.faiss +2 -2
- faiss_index/index.pkl +2 -2
- scrape_blueprint.ipynb +0 -0
.gitattributes
CHANGED
@@ -33,6 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
36 |
index.faiss filter=lfs diff=lfs merge=lfs -text
|
37 |
index.pkl filter=lfs diff=lfs merge=lfs -text
|
38 |
faiss_index/**/* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
<<<<<<< HEAD
|
37 |
index.faiss filter=lfs diff=lfs merge=lfs -text
|
38 |
index.pkl filter=lfs diff=lfs merge=lfs -text
|
39 |
faiss_index/**/* filter=lfs diff=lfs merge=lfs -text
|
40 |
+
=======
|
41 |
+
>>>>>>> c58033ecf16b4cc1a1a452eb294320af74d781e1
|
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
|
|
1 |
---
|
2 |
+
title: ATDCChatbot
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: pink
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
license: apache-2.0
|
app.py
CHANGED
@@ -13,7 +13,7 @@ text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=10
|
|
13 |
|
14 |
@cl.author_rename
|
15 |
def rename(orig_author: str):
|
16 |
-
rename_dict = {"RetrievalQA": "
|
17 |
return rename_dict.get(orig_author, orig_author)
|
18 |
|
19 |
|
|
|
13 |
|
14 |
@cl.author_rename
|
15 |
def rename(orig_author: str):
|
16 |
+
rename_dict = {"RetrievalQA": "ATDC Website", "Chatbot": "The ATDC Webpage"}
|
17 |
return rename_dict.get(orig_author, orig_author)
|
18 |
|
19 |
|
chainlit.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
#
|
2 |
|
3 |
-
This chat app is powered by the [
|
|
|
1 |
+
# ATDCBot
|
2 |
|
3 |
+
This chat app is powered by the [ATDC website (a subset of information available there)](https://atdc.org/) website!
|
faiss_index/index.faiss
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc7d0d5cdac088db28afeac1127db53d5ced9680867e563adb53d45dce50271
|
3 |
+
size 3711021
|
faiss_index/index.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd590c88e8d7fbafc258eae9bc1b6b01366e5afd6acbc9d18b3554801e76ab67
|
3 |
+
size 517223
|
scrape_blueprint.ipynb
DELETED
File without changes
|