-
Notifications
You must be signed in to change notification settings - Fork 24
adding uns x postgresql notebook #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu | |
--- | ||
|
||
<CardGroup cols={2}> | ||
<Card title="Getting Started with Unstructured API and PostgreSQL" href="https://colab.research.google.com/drive/1RMzoMRgCW2si7G9aB3o517fUBggTumFn?usp=sharing"> | ||
<br/> | ||
Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in PostgreSQL for retrieval. | ||
<br/> | ||
``Unstructured API`` ``Workflows`` ``S3`` ``PostgreSQL`` | ||
<br/> | ||
</Card> | ||
<Card title="Preserving Table Structure for Better Retrieval" href="https://colab.research.google.com/drive/1__axq0MRDR9i1M_uEW-pR8aKYH_Qk1hj?usp=sharing"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This one needs to be changed as well. Sorry I missed that when I approved it earlier. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also later down: https://colab.research.google.com/drive/1MOi3OSpR14BFF6aaMwrld1d0u4mn8LGE?usp=sharing Again, sorry I missed them earlier. |
||
<br/> | ||
This notebook explores using Unstructured API to process financial documents while preserving tabular structure in a way that's usable by downstream applications. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to resolve to the version of the notebook in the Unstructured-IO/notebooks repo, not to a Google Drive location.