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 2b9aa4c commit 11db1f1Copy full SHA for 11db1f1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "RAGatouille"
3
-version = "0.0.7post2"
+version = "0.0.7post3"
4
description = "Library to facilitate the use of state-of-the-art retrieval models in common RAG contexts."
5
authors = ["Benjamin Clavie <[email protected]>"]
6
license = "Apache-2.0"
ragatouille/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.0.7post2"
+__version__ = "0.0.7post3"
from .RAGPretrainedModel import RAGPretrainedModel
from .RAGTrainer import RAGTrainer
0 commit comments