Skip to content

Commit

Permalink
Renames example folder to scraping and chunking
Browse files Browse the repository at this point in the history
Since that reflects what is happening,
rather than creating embeddings.

TODOs:
 - leave notes on how this connects with embeddings.
  • Loading branch information
skrawcz committed Mar 3, 2024
1 parent 859e881 commit 7c5468d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/LLM_Workflows/scraping_and_chunking/README.md
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.

0 comments on commit 7c5468d

Please sign in to comment.