File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.7.0 (2025-03-17)
2
+
3
+ ### Feat
4
+
5
+ - replace post-processing with declarative optimization (#112 )
6
+ - compute optimal sentence boundaries (#110 )
7
+ - migrate from poetry-cookiecutter to substrate (#98 )
8
+ - make llama-cpp-python an optional dependency (#97 )
9
+ - add ability to directly insert Markdown content into the database (#96 )
10
+ - make importing faster (#86 )
11
+
12
+ ### Fix
13
+
14
+ - fix CLI entrypoint regression (#111 )
15
+ - lazily raise module not found for optional deps (#109 )
16
+ - revert pandoc extra name (#106 )
17
+ - avoid conflicting chunk ids (#93 )
18
+
1
19
## v0.6.2 (2025-01-06)
2
20
3
21
### Fix
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
6
6
name = " raglite"
7
- version = " 0.6.2 "
7
+ version = " 0.7.0 "
8
8
description = " A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments