We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8aafb commit 2e9bfafCopy full SHA for 2e9bfaf
CHANGELOG.md
@@ -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
12
## v0.4.1 (2024-12-05)
13
14
### Fix
pyproject.toml
@@ -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 <laurent@superlinear.eu>"]
readme = "README.md"
0 commit comments