- clean up testing files and update README
- move book.txt to dickens/inbox/
- add Poetry pyproject.toml file for python 3.9-3.11
- add UI examples in ./ui-examples/
- add a simple chat UI for Import markdown file or URL and query the graph
- @Streamlit Chat element - use this chat element to make @streamlit-import-query-lightrag.py into a detailed chat interface
- [!] Fix streamlit ui glitchiness
- Add timestamps to chat ui
- add graph visualization
- [!] blog about it https://blog.streamlit.io/how-to-build-a-llama-2-chatbot/
- [?] secure api key handling
- markdown messages in chat ui
- trilingual PR release
- hat feature, advanced settings
- [?] apply the tagrag-interface-spec.md design spec
-
Make a trilingual chatbot that accepts structured outputs
-
Implement GROQ-LLAMA3-8B-8192 as default AI model
- make a better version of @streamlit-import-query-lightrag.py using taipy rather than streamlit as @taipy-import-query-lightrag.py