We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb686a + 95f6aea commit 8422cefCopy full SHA for 8422cef
3 files changed
VideoRAC/__init__.py
@@ -1,2 +1,2 @@
1
__name__ = "VideoRAC"
2
-__version__ = "0.1.5"
+__version__ = "0.2.1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "VideoRAC"
7
-version = "0.1.5"
+version = "0.2.1"
8
description = "Video Retrieval-Augmented Chunking and Q&A Generation Toolkit"
9
readme = "README.md"
10
requires-python = ">=3.9"
requirements.txt
@@ -1,3 +1,4 @@
+colorlog==6.9.0
langchain==1.0.3
3
numpy==2.3.4
opencv-python==4.12.0.88
0 commit comments