|
| 1 | +## v1.0.0 (2025-06-11) |
| 2 | + |
| 3 | +### Feat |
| 4 | + |
| 5 | +- parallelize inserts and add benchmarking (#150) |
| 6 | +- optimally separate result sets in query adapter (#149) |
| 7 | +- add ability to control the gap in query adapter (#147) |
| 8 | +- improve query adapter algorithm (#146) |
| 9 | +- make pandas an optional dependency (#141) |
| 10 | +- replace SQLite with DuckDB (#137) |
| 11 | +- improve config and API (#138) |
| 12 | +- enable weighted reciprocal rank fusion (#136) |
| 13 | +- rank chunks by the L∞ norm of their multi-vector similarity (#132) |
| 14 | +- introduce chunklets to improve chunking (#123) |
| 15 | +- add front matter to chunk content (#126) |
| 16 | +- add support for reasoning tool use and upgrade to Qwen3 (#124) |
| 17 | +- add metadata at the document level (#122) |
| 18 | +- add option to use single chunk embeddings (#119) |
| 19 | + |
| 20 | +### Fix |
| 21 | + |
| 22 | +- fix parsing of font sizes for pdfs with no headings (#155) |
| 23 | +- run checkpoint after DuckDB inserts (#145) |
| 24 | +- improve token assignment in late chunking (#144) |
| 25 | +- upgrade rerankers and recommended Cohere model (#142) |
| 26 | +- adapt oversampling to chunk size (#140) |
| 27 | +- fix off-by-one error in parsing of Markdown headings (#133) |
| 28 | +- remove mdformat (#128) |
| 29 | +- improve contextual chunk headings (#118) |
| 30 | +- incorporate headings and prevent windowing chunks (#117) |
| 31 | +- fix chunking of single-sentence chunks (#115) |
| 32 | +- don't convert markdown to markdown (#116) |
| 33 | + |
1 | 34 | ## v0.7.0 (2025-03-17)
|
2 | 35 |
|
3 | 36 | ### Feat
|
|
0 commit comments