- improve structured output extraction and query adapter updates (#34)
- upgrade rerankers and remove flashrank patch (#47)
- improve unpacking of keyword search results (#46)
- add fallbacks for model info (#44)
- add Chainlit frontend (#33)
- fix optimal chunking edge cases (#32)
- upgrade pdftext (#30)
- improve chunk and segment ordering (#29)
- avoid pdftext v0.3.11 (#27)
- patch rerankers flashrank issue (#22)
- add reranking (#20)
- add LiteLLM and late chunking (#19)
- add PostgreSQL support (#18)
- make query adapter minimally invasive (#16)
- upgrade default CPU model to Phi-3.5-mini (#15)
- add evaluation (#14)
- infer missing font sizes (#12)
- automatically adjust number of RAG contexts (#10)
- improve exception feedback for extraction (#9)
- optimize config for CPU and GPU (#7)
- simplify document insertion (#6)
- implement basic features (#2)
- initial commit
- lazily import optional dependencies (#11)
- improve indexing of multiple documents (#8)