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:
Matt Robinson 2023-08-08 11:36:04 -04:00 committed by GitHub
parent 463c498c78
commit ac7efa19e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 277 additions and 0 deletions

View 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.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,3 @@
chromadb
langchain
unstructured