Update ToDo.md
Browse files
ToDo.md
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
-
ToDo
|
|
|
|
|
|
|
|
|
2 |
|
3 |
- Get API keys and passwords from environment !:
|
4 |
-
|
|
|
5 |
|
6 |
|
|
|
|
|
7 |
|
8 |
- Save the vectorstore in a persistent location !:
|
9 |
HF Spaces has an ephermal, non-persistent file storage!
|
@@ -310,6 +317,7 @@ Talk to Web-Search on Poe
|
|
310 |
|
311 |
|
312 |
|
|
|
313 |
|
314 |
|
315 |
- Settings: wide mode as default setting
|
@@ -318,11 +326,17 @@ Zie:
|
|
318 |
https://docs.streamlit.io/library/advanced-features/app-menu
|
319 |
|
320 |
|
|
|
|
|
|
|
|
|
321 |
- File uploader:
|
322 |
|
323 |
https://docs.streamlit.io/library/api-reference/widgets/st.file_uploader
|
324 |
|
325 |
|
|
|
|
|
326 |
- https://www.datacamp.com/tutorial/streamlit:
|
327 |
|
328 |
st.title(): This function allows you to add the title of the app.
|
@@ -348,14 +362,29 @@ st.code("x=2021")
|
|
348 |
st.latex(r''' a+a r^1+a r^2+a r^3 ''')
|
349 |
|
350 |
|
|
|
|
|
351 |
- Show the complete history of questions and answers:
|
|
|
|
|
|
|
|
|
352 |
...
|
353 |
|
354 |
|
|
|
|
|
|
|
355 |
- Kies de taal waarin geantwoord moet worden:
|
|
|
|
|
|
|
356 |
...
|
357 |
|
358 |
|
|
|
|
|
|
|
359 |
- Choose llm temperature using a slider:
|
360 |
Geef de temperature weer in woorden, zoals
|
361 |
deterministisch,
|
@@ -366,19 +395,17 @@ heel creatief
|
|
366 |
...
|
367 |
|
368 |
|
369 |
-
- Possibility to choose an alternative LLM:
|
370 |
-
.,,
|
371 |
|
372 |
-
|
373 |
-
VOORBEELDVRAGEN.txt
|
374 |
|
375 |
|
376 |
-
-
|
377 |
-
|
|
|
378 |
|
379 |
-
https://docs.streamlit.io/library/api-reference/layout/st.tabs
|
380 |
|
381 |
|
|
|
382 |
|
383 |
21-03-2024:
|
384 |
TOE TE VOEGEN:
|
@@ -390,8 +417,10 @@ TOE TE VOEGEN:
|
|
390 |
- Foto's van Victor en Jan tonen in app:
|
391 |
|
392 |
st.image('sunrise.jpg', caption='Sunrise by the mountains')
|
|
|
393 |
|
394 |
|
|
|
395 |
|
396 |
27-03-2024:
|
397 |
TOE TE VOEGEN / WIJZIGEN:
|
@@ -425,7 +454,7 @@ st.write('You selected:', option)
|
|
425 |
|
426 |
|
427 |
|
428 |
-
|
429 |
|
430 |
- STREAMLIT STATUS WEERGEVEN (VOORAL BIJ LANGDURIGE PROCESSEN, ZOALS HET GENEREREN VAN DE VECTORSTORE):
|
431 |
|
@@ -441,16 +470,38 @@ with st.status("Downloading data...", expanded=True) as status:
|
|
441 |
status.update(label="Download complete!", state="complete", expanded=False)
|
442 |
|
443 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
445 |
|
|
|
446 |
|
447 |
|
448 |
|
449 |
|
|
|
|
|
450 |
|
451 |
- Word to PDF:
|
452 |
|
453 |
https://www.ilovepdf.com/word_to_pdf
|
454 |
|
|
|
|
|
455 |
|
456 |
- ...
|
|
|
1 |
+
ToDo:
|
2 |
+
|
3 |
+
|
4 |
+
===========================================================================================================
|
5 |
+
|
6 |
|
7 |
- Get API keys and passwords from environment !:
|
8 |
+
Done
|
9 |
+
|
10 |
|
11 |
|
12 |
+
===========================================================================================================
|
13 |
+
|
14 |
|
15 |
- Save the vectorstore in a persistent location !:
|
16 |
HF Spaces has an ephermal, non-persistent file storage!
|
|
|
317 |
|
318 |
|
319 |
|
320 |
+
===========================================================================================================
|
321 |
|
322 |
|
323 |
- Settings: wide mode as default setting
|
|
|
326 |
https://docs.streamlit.io/library/advanced-features/app-menu
|
327 |
|
328 |
|
329 |
+
|
330 |
+
|
331 |
+
===========================================================================================================
|
332 |
+
|
333 |
- File uploader:
|
334 |
|
335 |
https://docs.streamlit.io/library/api-reference/widgets/st.file_uploader
|
336 |
|
337 |
|
338 |
+
===========================================================================================================
|
339 |
+
|
340 |
- https://www.datacamp.com/tutorial/streamlit:
|
341 |
|
342 |
st.title(): This function allows you to add the title of the app.
|
|
|
362 |
st.latex(r''' a+a r^1+a r^2+a r^3 ''')
|
363 |
|
364 |
|
365 |
+
===========================================================================================================
|
366 |
+
|
367 |
- Show the complete history of questions and answers:
|
368 |
+
|
369 |
+
- Gewoon chat venster met weergave van complete chat history in de actuele sessie: reeds gedaan
|
370 |
+
- ToDo: save session chat history from user + AI in a messages list (and persistently save them !)
|
371 |
+
|
372 |
...
|
373 |
|
374 |
|
375 |
+
|
376 |
+
===========================================================================================================
|
377 |
+
|
378 |
- Kies de taal waarin geantwoord moet worden:
|
379 |
+
- Voor Nederlands, Engels, Duits, Frans en Spaans reeds gedaan
|
380 |
+
- Uitbreiden naar een veel grotere lijst met (belangrijke) wereldtalen
|
381 |
+
-
|
382 |
...
|
383 |
|
384 |
|
385 |
+
===========================================================================================================
|
386 |
+
|
387 |
+
|
388 |
- Choose llm temperature using a slider:
|
389 |
Geef de temperature weer in woorden, zoals
|
390 |
deterministisch,
|
|
|
395 |
...
|
396 |
|
397 |
|
|
|
|
|
398 |
|
399 |
+
===========================================================================================================
|
|
|
400 |
|
401 |
|
402 |
+
- Possibility to choose an alternative LLM:
|
403 |
+
.,
|
404 |
+
|
405 |
|
|
|
406 |
|
407 |
|
408 |
+
===========================================================================================================
|
409 |
|
410 |
21-03-2024:
|
411 |
TOE TE VOEGEN:
|
|
|
417 |
- Foto's van Victor en Jan tonen in app:
|
418 |
|
419 |
st.image('sunrise.jpg', caption='Sunrise by the mountains')
|
420 |
+
Done
|
421 |
|
422 |
|
423 |
+
===========================================================================================================
|
424 |
|
425 |
27-03-2024:
|
426 |
TOE TE VOEGEN / WIJZIGEN:
|
|
|
454 |
|
455 |
|
456 |
|
457 |
+
===========================================================================================================
|
458 |
|
459 |
- STREAMLIT STATUS WEERGEVEN (VOORAL BIJ LANGDURIGE PROCESSEN, ZOALS HET GENEREREN VAN DE VECTORSTORE):
|
460 |
|
|
|
470 |
status.update(label="Download complete!", state="complete", expanded=False)
|
471 |
|
472 |
|
473 |
+
===========================================================================================================
|
474 |
+
|
475 |
+
- STREAMLIT MULTIPAGE APP
|
476 |
+
|
477 |
+
Om apart kiesbare pagina's te creëren voor:
|
478 |
+
- Help pagina
|
479 |
+
- Voorbeeld vragen die je aan de AI kunt stellen
|
480 |
+
- Etc
|
481 |
+
|
482 |
+
|
483 |
|
484 |
+
- Show a set of example questions to the user
|
485 |
+
VOORBEELDVRAGEN.txt
|
486 |
+
|
487 |
+
|
488 |
+
|
489 |
+
- Tab pages in streamlit?
|
490 |
+
st.tabs - Streamlit Docs
|
491 |
|
492 |
+
https://docs.streamlit.io/library/api-reference/layout/st.tabs
|
493 |
|
494 |
|
495 |
|
496 |
|
497 |
+
===========================================================================================================
|
498 |
+
|
499 |
|
500 |
- Word to PDF:
|
501 |
|
502 |
https://www.ilovepdf.com/word_to_pdf
|
503 |
|
504 |
+
===========================================================================================================
|
505 |
+
|
506 |
|
507 |
- ...
|