Skip to content

Commit 7cc0f4f

Browse files
committed
bump(release): v0.0.0 → v0.1.0
1 parent 0b4b919 commit 7cc0f4f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## v0.1.0 (2024-10-07)
2+
3+
### Feat
4+
5+
- add reranking (#20)
6+
- add LiteLLM and late chunking (#19)
7+
- add PostgreSQL support (#18)
8+
- make query adapter minimally invasive (#16)
9+
- upgrade default CPU model to Phi-3.5-mini (#15)
10+
- add evaluation (#14)
11+
- infer missing font sizes (#12)
12+
- automatically adjust number of RAG contexts (#10)
13+
- improve exception feedback for extraction (#9)
14+
- optimize config for CPU and GPU (#7)
15+
- simplify document insertion (#6)
16+
- implement basic features (#2)
17+
- initial commit
18+
19+
### Fix
20+
21+
- lazily import optional dependencies (#11)
22+
- improve indexing of multiple documents (#8)

pyproject.toml

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

55
[tool.poetry] # https://python-poetry.org/docs/pyproject/
66
name = "raglite"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "A Python package for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
99
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)