diff --git a/requirements.txt b/requirements.txt index 0c17ede..58b0d4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,5 @@ -fastembed==0.4.1 -streamlit +fastembed pytest -flake8 PyPDF2==3.0.1 qdrant-client -onnxruntime==1.19.2 -pytest \ No newline at end of file +onnxruntime==1.19.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 786d1f6..2dc8147 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="bestrag", - version="0.3.2", + version="0.3.3", description="bestrag: Library for storing and searching document embeddings in a Qdrant vector database using hybrid embedding techniques.", author="samadpls", author_email="abdulsamadsid1@gmail.com",