deadbits / trs

🔭 Threat report analysis via LLM and Vector DB
https://trs.deadbits.ai
Apache License 2.0
9 stars 1 forks source link

Summary index #5

Closed deadbits closed 1 year ago

deadbits commented 1 year ago

Store report summaries in a separate Chroma index. This can be queried alongside the normal index with answers generated from both.

Maybe the user prompt first goes to the LLM to generate two queries that will related data in each index. The full index will likely contain the real answer at least in part, but we can pull in additional context from the summarized version.