Spaces:
Build error
Build error
XThomasBU
commited on
Commit
β’
54709ba
1
Parent(s):
f197fbc
minor updates
Browse files- .flake8 +1 -1
- code/chainlit.md +6 -10
- code/modules/config/user_config.yml +1 -1
- pyproject.toml +1 -1
- requirements.txt +1 -1
.flake8
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
[flake8]
|
2 |
max-line-length = 88
|
3 |
-
extend-ignore = E203, E266, E501, W503
|
|
|
1 |
[flake8]
|
2 |
max-line-length = 88
|
3 |
+
extend-ignore = E203, E266, E501, W503
|
code/chainlit.md
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
# Welcome to
|
2 |
|
3 |
-
Hi there,
|
|
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
- **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) π
|
8 |
-
- **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/k73SQ3FyUh) to ask questions, share your projects, and connect with other developers! π¬
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
## Welcome screen
|
13 |
|
14 |
-
|
|
|
1 |
+
# Welcome to DL4DS Tutor! ππ€
|
2 |
|
3 |
+
Hi there, this is an LLM chatbot designed to help answer questions on the course content, built using Langchain and Chainlit.
|
4 |
+
This is still very much a Work in Progress.
|
5 |
|
6 |
+
### --- Please wait while the Tutor loads... ---
|
|
|
|
|
|
|
7 |
|
8 |
+
## Useful Links π
|
|
|
|
|
9 |
|
10 |
+
- **Documentation:** [Chainlit Documentation](https://docs.chainlit.io) π
|
code/modules/config/user_config.yml
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
retriever:
|
2 |
retriever_hf_paths:
|
3 |
-
RAGatouille: "XThomasBU/Colbert_Index"
|
|
|
1 |
retriever:
|
2 |
retriever_hf_paths:
|
3 |
+
RAGatouille: "XThomasBU/Colbert_Index"
|
pyproject.toml
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
[tool.black]
|
2 |
-
line-length = 88
|
|
|
1 |
[tool.black]
|
2 |
+
line-length = 88
|
requirements.txt
CHANGED
@@ -25,4 +25,4 @@ websockets
|
|
25 |
langchain-openai
|
26 |
black
|
27 |
flake8
|
28 |
-
bandit
|
|
|
25 |
langchain-openai
|
26 |
black
|
27 |
flake8
|
28 |
+
bandit
|