File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v1.1.0 (2026-05-11)
2+
3+ ### Feat
4+
5+ - allow for multiple metadata filters on list fields (#179 )
6+ - add Mistral Document AI for document parsing (#175 )
7+ - support deletion for PostgreSQL and DuckDB (#170 )
8+ - paralell tool execution (#166 )
9+ - change sentence splitter to sat-1l-sm and fix: context management. (#164 )
10+ - add self-query functionality (#163 )
11+ - add document metadata expansion (#161 )
12+ - add metadata filtering (#160 )
13+
14+ ### Fix
15+
16+ - resolve ruff 0.15.0 lint violations (#178 )
17+ - ** insert** : handle duplicate documents (#174 )
18+ - relax user prompt in programmatic rag (#177 )
19+ - ignore warning that prevents tests from running (#173 )
20+ - cap max_workers in insert_documents (#167 )
21+
22+ ### Perf
23+
24+ - replace ILP solver with O(N) dynamic programming for sentence splitting (#176 )
25+ - optimise splitting of chunklets (#171 )
26+
127## v1.0.0 (2025-06-11)
228
329### Feat
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
66name = " raglite"
7- version = " 1.0 .0"
7+ version = " 1.1 .0"
88description = " A Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL."
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments