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.
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.