Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.06 KB

change-journal.md

File metadata and controls

29 lines (23 loc) · 1.06 KB

Change Journal

2024-11-08

  • 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/

2024-11-08

  • [?] secure api key handling
  • markdown messages in chat ui
  • trilingual PR release
  • hat feature, advanced settings
  • [?] apply the tagrag-interface-spec.md design spec

2024-11-10

  • Make a trilingual chatbot that accepts structured outputs

  • Implement GROQ-LLAMA3-8B-8192 as default AI model

2024-12-??

  • make a better version of @streamlit-import-query-lightrag.py using taipy rather than streamlit as @taipy-import-query-lightrag.py