Update ToDo.md
Browse files
ToDo.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
| 1 |
ToDo
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
- Settings: wide mode as default setting
|
| 4 |
|
| 5 |
Zie:
|
|
@@ -36,6 +50,22 @@ st.code("x=2021")
|
|
| 36 |
st.latex(r''' a+a r^1+a r^2+a r^3 ''')
|
| 37 |
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
- Word to PDF:
|
| 41 |
|
|
|
|
| 1 |
ToDo
|
| 2 |
|
| 3 |
+
- Get API keys and passwords from environment !:
|
| 4 |
+
...
|
| 5 |
+
|
| 6 |
+
- Save the vectorstore in a persistent location !:
|
| 7 |
+
HF Spaces has an ephermal, non-persistent file storage!
|
| 8 |
+
If you save a file from within your (streamlit) application,
|
| 9 |
+
that file is not kept when your session has ended.
|
| 10 |
+
Solution: save that file in a persistent location
|
| 11 |
+
such as AWS bucket, GITHUB, or on HF.
|
| 12 |
+
|
| 13 |
+
See:
|
| 14 |
+
...
|
| 15 |
+
|
| 16 |
+
|
| 17 |
- Settings: wide mode as default setting
|
| 18 |
|
| 19 |
Zie:
|
|
|
|
| 50 |
st.latex(r''' a+a r^1+a r^2+a r^3 ''')
|
| 51 |
|
| 52 |
|
| 53 |
+
- Show the complete history of questions and answers:
|
| 54 |
+
...
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
- Choose llm temperature using a slider:
|
| 58 |
+
...
|
| 59 |
+
|
| 60 |
+
- Possibility to choose an alternative LLM:
|
| 61 |
+
.,,
|
| 62 |
+
|
| 63 |
+
- Show a set of example questions to the user
|
| 64 |
+
VOORBEELDVRAGEN.txt
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
- Tab pages in streamlit?
|
| 68 |
+
|
| 69 |
|
| 70 |
- Word to PDF:
|
| 71 |
|