Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
splendidbug authored May 20, 2024
1 parent 77823a6 commit fdb5159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DocsScraper: "A document scraping and parsing tool used to create a custom RAG database for AIHelpMe.jl"
## DocsScraper: "A document scraping and parsing tool used to create a custom RAG database for AIHelpMe.jl"

This tool is used to collect and parse Julia's extensive documentation.

Expand All @@ -18,4 +18,4 @@ Pkg.instantiate()
## How it works
```parse_url(url::String)``` extracts the base URL and recursively parses the URL so that all the inner lying text and code is returned in the form of a Vector of Dict along with each text/code's metadata.

Please note that this is merely a pre-release and more work needs to be done
Please note that this is merely a pre-release and more work needs to be done

0 comments on commit fdb5159

Please sign in to comment.