File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Pkg.add(url="https://github.com/JuliaGenAI/DocsScraper.jl")
3232
3333## Building the Index
3434``` julia
35+ using DocsScraper
3536crawlable_urls = [" https://juliagenai.github.io/DocsScraper.jl/dev" ]
3637
3738index_path = make_knowledge_packs (crawlable_urls;
@@ -120,4 +121,4 @@ index_name\
120121```
121122- Index\: contains the .hdf5 and .tar.gz files along with the artifact__info.txt. Artifact info contains sha256 and git-tree-sha1 hashes.
122123- Scraped_files\: contains the scraped chunks and sources. These are separated by the hostnames of the URLs.
123- - URL_mapping.csv contains the scraped URLs mapping them with the estimated package name.
124+ - URL_mapping.csv contains the scraped URLs mapping them with the estimated package name.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Pkg.add(url="https://github.com/JuliaGenAI/DocsScraper.jl")
3030
3131## Building the Index
3232``` julia
33+ using DocsScraper
3334crawlable_urls = [" https://juliagenai.github.io/DocsScraper.jl/dev" ]
3435
3536index_path = make_knowledge_packs (crawlable_urls;
@@ -117,4 +118,4 @@ index_name\
117118```
118119- Index\: contains the .hdf5 and .tar.gz files along with the artifact__info.txt. Artifact info contains sha256 and git-tree-sha1 hashes.
119120- Scraped_files\: contains the scraped chunks and sources. These are separated by the hostnames of the URLs.
120- - URL_mapping.csv contains the scraped URLs mapping them with the estimated package name.
121+ - URL_mapping.csv contains the scraped URLs mapping them with the estimated package name.
You can’t perform that action at this time.
0 commit comments