Skip to content

Commit

Permalink
bump(release): v0.4.1 → v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Dec 17, 2024
1 parent 3f8aafb commit 2e9bfaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.5.0 (2024-12-17)

### Feat

- add MCP server (#67)
- let LLM choose whether to retrieve context (#62)

### Fix

- support pgvector v0.7.0+ (#63)

## v0.4.1 (2024-12-05)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry] # https://python-poetry.org/docs/pyproject/
name = "raglite"
version = "0.4.1"
version = "0.5.0"
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
authors = ["Laurent Sorber <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2e9bfaf

Please sign in to comment.