1jamesthompson1 / TAIC-report-summary

Using LLM technologies to analyze transport accident investigation reports
https://taic-document-searcher-cfdkgxgnc3bxgbeg.australiaeast-01.azurewebsites.net/
GNU General Public License v3.0
0 stars 0 forks source link

Split RAG summary into two types (short and long) #178

Closed 1jamesthompson1 closed 3 months ago

1jamesthompson1 commented 3 months ago

The RAG system has no need for a large response on the first try.

It could instead have a short reponse. Then the further more indpeth reponses could be determined by more specifc question by the user.

Moving forwar the rag could have some templates and/or detailed prompts that could be used when trying to create or answer specfic questions.