File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ dependencies = [
2525 " minify-html>=0.15.0" ,
2626 " free-proxy>=1.1.1" ,
2727 " playwright>=1.43.0" ,
28- " google>=3.0.0" ,
2928 " undetected-playwright>=0.3.0" ,
29+ " google>=3.0.0" ,
30+ " semchunk>=1.0.1" ,
3031]
3132
3233license = " MIT"
@@ -64,14 +65,23 @@ requires-python = ">=3.9,<4.0"
6465[project .optional-dependencies ]
6566burr = [" burr[start]==0.22.1" ]
6667docs = [" sphinx==6.0" , " furo==2024.5.6" ]
67- other = [
68- " graphviz>=0.20.3" ,
68+
69+ # Group 1: Other Language Models
70+ other-language-models = [
6971 " langchain-fireworks>=0.1.3" ,
7072 " langchain-groq>=0.1.3" ,
7173 " langchain-anthropic>=0.1.11" ,
7274 " langchain-huggingface>=0.0.3" ,
7375 " langchain-nvidia-ai-endpoints>=0.1.6" ,
74- " semchunk>=1.0.1" ,
76+ ]
77+
78+ # Group 2: More Semantic Options
79+ more-semantic-options = [
80+ " graphviz>=0.20.3" ,
81+ ]
82+
83+ # Group 3: More Browser Options
84+ more-browser-options = [
7585 " browserbase>=0.3.0" ,
7686]
7787
You can’t perform that action at this time.
0 commit comments