Skip to content

Commit 3b3db9e

Browse files
committed
bump: v1.0.0 → v1.1.0
1 parent 7c910df commit 3b3db9e

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
66
name = "raglite"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with DuckDB or PostgreSQL."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)