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 2804144 commit 867731dCopy full SHA for 867731d
backend/pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"fastmcp>=2.12.2",
12
"google-cloud-storage>=2.19.0",
13
"httpx>=0.28.1",
14
- "huggingface-hub>=1.0.0",
+ "huggingface-hub>=0.23.0,<1.0",
15
"langchain>=0.3.27",
16
"langchain-community>=0.3.27",
17
"langchain-google-genai>=2.1.9",
@@ -30,6 +30,7 @@ dependencies = [
30
"pypdf>=6.0.0",
31
"rank-bm25>=0.2.2",
32
"rich>=13.7.0",
33
+ "sentence-transformers>=5.1.2",
34
"sphinx>=8.1.3",
35
"sphinx-autobuild>=2024.10.3",
36
"sphinx-book-theme>=1.1.4",
0 commit comments