Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@tomsmoker tomsmoker released this 04 Nov 20:40
· 2 commits to main since this release
cf35973

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