You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update citation format to include workgroup names
- Modified citation format across multiple components to replace 'speaker' with 'workgroup_name' for consistency.
- Updated the constitution document to reflect the new citation format requirements.
- Enhanced citation extraction and scoring logic to accommodate the new workgroup-based citations.
- Adjusted related services and models to ensure proper handling of workgroup information in citations.
- Entity extraction MUST preserve traceability to source meeting records (meeting_id, date, speaker relationships)
96
+
- Entity extraction MUST preserve traceability to source meeting records (meeting_id, date, workgroup relationships)
97
97
- System MUST support dual querying: structured entity queries (quantitative counts, relationship navigation) AND vector similarity search (qualitative RAG queries)
98
98
- Entity extraction MUST be deterministic: same meeting record produces identical entity structure and relationships
99
99
- Entity storage operations MUST be atomic (temporary file + rename pattern for writes, backup/restore for deletes)
excerpt=f"No evidence found in retrieved chunks. RAG query searched index '{index_name}' but found no relevant results above the similarity threshold."
0 commit comments