rmusser01 / tldw

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

Enhancement: Allow for DB Selection during RAG Search #407

Closed rmusser01 closed 4 weeks ago

rmusser01 commented 1 month ago

I would like to be able to define which DB to use during a RAG search, so that I may:

  1. Only search the media DB + corresponding Embeddings
  2. Only search the Character Chat DB via FTS
  3. Only Search the RAG Chat DB via FTS
  4. Search any combination of the above.

This should be checkboxes to enable/disable which DB to search with validation that at least one has been selected.