mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-10 07:27:34 +00:00
docs: news of the day (chroma + langchain) (#1054)
* news of the day notebook * readme and requirements * change to single mode instead of elements
This commit is contained in:
parent
463c498c78
commit
ac7efa19e7
6
examples/chroma-news-of-the-day/README.md
Normal file
6
examples/chroma-news-of-the-day/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
## News of the Day
|
||||||
|
|
||||||
|
This notebook shows how to use Unstructured + Chroma + LangChain to preprocess and
|
||||||
|
summarize the news of the day from CNN Lite. To run this notebook, first install
|
||||||
|
the dependencies with `pip install -r requirements.txt`. Then run `jupyter lab` and
|
||||||
|
open the notebook.
|
||||||
268
examples/chroma-news-of-the-day/news-of-the-day.ipynb
Normal file
268
examples/chroma-news-of-the-day/news-of-the-day.ipynb
Normal file
File diff suppressed because one or more lines are too long
3
examples/chroma-news-of-the-day/requirements.txt
Normal file
3
examples/chroma-news-of-the-day/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
chromadb
|
||||||
|
langchain
|
||||||
|
unstructured
|
||||||
Loading…
x
Reference in New Issue
Block a user