-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames example folder to scraping and chunking
Since that reflects what is happening, rather than creating embeddings. TODOs: - leave notes on how this connects with embeddings.
- Loading branch information
Showing
5 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Scraping and Chunking | ||
Scraping and chunking are an important part of any RAG dataflow. | ||
|
||
Here we show you how you can scale the scraping and chunking dataflow to run in parallel | ||
locally, as well as with Ray, Dask, and even PySpark. | ||
|
||
We'll use creating chunks of text from the Hamilton documentation as an example. |
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.