Skip to content

Commit 2e9bfaf

Browse files
committed
bump(release): v0.4.1 → v0.5.0
1 parent 3f8aafb commit 2e9bfaf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.5.0 (2024-12-17)
2+
3+
### Feat
4+
5+
- add MCP server (#67)
6+
- let LLM choose whether to retrieve context (#62)
7+
8+
### Fix
9+
10+
- support pgvector v0.7.0+ (#63)
11+
112
## v0.4.1 (2024-12-05)
213

314
### Fix

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.4.1"
7+
version = "0.5.0"
88
description = "A Python toolkit 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)