rmusser01 / tldw

tl/dw (Too Long, Didn't Watch): Your Personal Research Multi-Tool - a naive attempt at 'A Young Lady's Illustrated Primer'
Apache License 2.0
383 stars 12 forks source link

Re-Ranking + PDF UI fix + Character Chat Refactor #333

Closed rmusser01 closed 1 month ago

rmusser01 commented 1 month ago

Added re-ranking to RAG pipeline via flashrank; Updated UI for pdf uploads so it now displays the filename; Working on refactoring character chat tab so that:

  1. Character chats will be separate from everything else
  2. Fully Searchable
  3. Re-usable
  4. RAG-able (without worrying about other data)
  5. make it easier for me to setup a RAG-Chat pipeline, so you can have an 'ongoing' convo.
rmusser01 commented 1 month ago

Updated Character Chat, added RAG, then ripped it out, some if it is still in there, but plan to implement later on. Also added support for Character Card v1/v2 importing, and put in a first stab at a char card v3 parser (+ test!) Granted, didn't actually hook it up/test it out with a random card, but its there. Plan is to setup both (card v3+RAG) together during the next 'sprint'