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 )
2
2
3
3
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
-
10
4
11
5
### Features
12
6
Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Install the library
19
19
20
20
pip install scrapegraphai
21
21
22
+ Additionally on Windows when using WSL
23
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
+
25
+ .. code-block :: bash
26
+
27
+ sudo apt-get -y install libnss3 libnspr4 libgbm1 libasound2
22
28
23
29
As simple as that! You are now ready to scrape gnamgnamgnam 👿👿👿
24
30
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " scrapegraphai"
3
3
4
- version = " 0.8.0b2 "
4
+ version = " 0.8.0 "
5
5
6
6
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
7
7
authors = [
@@ -33,7 +33,7 @@ beautifulsoup4 = "4.12.3"
33
33
pandas = " 2.0.3"
34
34
python-dotenv = " 1.0.1"
35
35
tiktoken = {version = " >=0.5.2,<0.6.0" }
36
- tqdm = " 4.66.1 "
36
+ tqdm = " 4.66.3 "
37
37
graphviz = " 0.20.1"
38
38
google = " 3.0.0"
39
39
minify-html = " 0.15.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ beautifulsoup4==4.12.3
7
7
pandas == 2.0.3
8
8
python-dotenv == 1.0.1
9
9
tiktoken >= 0.5.2 ,< 0.6.0
10
- tqdm == 4.66.1
10
+ tqdm == 4.66.3
11
11
graphviz == 0.20.1
12
12
google == 3.0.0
13
13
minify-html == 0.15.0
Original file line number Diff line number Diff line change 35
35
"codellama" : 16000 ,
36
36
"dolphin-mixtral" : 32000 ,
37
37
"mistral-openorca" : 32000 ,
38
- "stablelm-zephyr" : 8192
38
+ "stablelm-zephyr" : 8192 ,
39
+ "nomic-embed-text" :8192
39
40
},
40
41
"groq" : {
41
42
"llama3-8b-8192" : 8192 ,
You can’t perform that action at this time.
0 commit comments