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 0a08bf5 commit 0fd1970Copy full SHA for 0fd1970
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.3.0 (2024-12-03)
2
+
3
+### Feat
4
5
+- support prompt caching and apply Anthropic's long-context prompt format (#52)
6
7
## v0.2.1 (2024-11-22)
8
9
### 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.2.1"
+version = "0.3.0"
description = "A Python toolkit for Retrieval-Augmented Generation (RAG) with SQLite or PostgreSQL."
authors = ["Laurent Sorber <laurent@superlinear.eu>"]
10
readme = "README.md"
0 commit comments