File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed
docs/source/getting_started Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.8.0-beta.2 ] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.8.0-beta.1... v0.8.0-beta.2 ) (2024-05-04 )
1+ ## [ 0.8.0] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0... v0.8.0 ) (2024-05-03 )
22
33
4- ### Features
5-
6- * Enable end users to pass model instances of HuggingFaceHub ([ 7599234] ( https://github.com/VinciGit00/Scrapegraph-ai/commit/7599234ab9563ca4ee9b7f5b2d0267daac621ecf ) )
7-
8- ## [ 0.8.0-beta.1] ( https://github.com/VinciGit00/Scrapegraph-ai/compare/v0.7.0...v0.8.0-beta.1 ) (2024-05-03)
9-
104
115### Features
126
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Install the library
1919
2020 pip install scrapegraphai
2121
22+ Additionally on Windows when using WSL
23+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24+
25+ .. code-block :: bash
26+
27+ sudo apt-get -y install libnss3 libnspr4 libgbm1 libasound2
2228
2329 As simple as that! You are now ready to scrape gnamgnamgnam 👿👿👿
2430
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " scrapegraphai"
33
4- version = " 0.8.0b2 "
4+ version = " 0.8.0 "
55
66description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
77authors = [
@@ -33,7 +33,7 @@ beautifulsoup4 = "4.12.3"
3333pandas = " 2.0.3"
3434python-dotenv = " 1.0.1"
3535tiktoken = {version = " >=0.5.2,<0.6.0" }
36- tqdm = " 4.66.1 "
36+ tqdm = " 4.66.3 "
3737graphviz = " 0.20.1"
3838google = " 3.0.0"
3939minify-html = " 0.15.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ beautifulsoup4==4.12.3
77pandas == 2.0.3
88python-dotenv == 1.0.1
99tiktoken >= 0.5.2 ,< 0.6.0
10- tqdm == 4.66.1
10+ tqdm == 4.66.3
1111graphviz == 0.20.1
1212google == 3.0.0
1313minify-html == 0.15.0
Original file line number Diff line number Diff line change 3535 "codellama" : 16000 ,
3636 "dolphin-mixtral" : 32000 ,
3737 "mistral-openorca" : 32000 ,
38- "stablelm-zephyr" : 8192
38+ "stablelm-zephyr" : 8192 ,
39+ "nomic-embed-text" :8192
3940 },
4041 "groq" : {
4142 "llama3-8b-8192" : 8192 ,
You can’t perform that action at this time.
0 commit comments