Skip to content

Commit 376fe0d

Browse files
authored
bump: v0.7.0 → v1.0.0
1 parent 12cae88 commit 376fe0d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
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+
134
## v0.7.0 (2025-03-17)
235

336
### 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 = "0.7.0"
7+
version = "1.0.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)