##Frontend
###Added
Added the resolved entities modal to view the full answer with resolved entities
Added a rules panel to the UI to view current entity resolution rules
Can undo rules in the UI
###Changed
Allow query without source data if mention is present
Added resolve entity rule
##Backend
###Added
Added support for queries without source data in vector database
Graceful failure of triple export when no chunks are found
Tested Qdrant vector database service
Added resolve entity rule
###Changed
Separated embedding service from LLM service