Home / Companies / Unstructured / Blog / July 2023

July 2023 Summaries

2 posts from Unstructured

Filter
Month: Year:
Post Summaries Back to Blog
The text outlines a method for summarizing web page content using tools like Unstructured, Langchain, and OpenAI. It explains the process of extracting content from a web page using the UnstructuredURLLoader class from Langchain, which filters out irrelevant data to retain only useful information. A function named `generate_document` is used to clean and store this content as a Langchain Document. The summarization pipeline is then described, where documents are split into pieces for a language model, specifically the OpenAI 'Ada' model, to generate summaries. The method emphasizes efficiency by reducing the number of tokens sent to the OpenAI API, which can save on costs. Additionally, it highlights the flexibility of the tool in handling various data types and suggests using caching to avoid redundant processing of URLs.
Jul 24, 2023 466 words in the original blog post.
Unstructured.io is a versatile tool designed to extract and transform structured data efficiently, offering over sixteen pre-built connectors for seamless integration with various data sources like AWS S3 and Google Cloud Storage. The Unstructured API and Connector module provide significant advantages, including ease of use, scalability, and continuous updates, eliminating the need for manual dependency management while handling large data volumes. The guide details a step-by-step process for utilizing the Unstructured API with the S3 Connector, emphasizing the simplicity of obtaining an API key and running the `unstructured-ingest` command to process documents stored in an S3 bucket. The API's flexibility is enhanced by the Connector module, which enables batch processing and local storage of structured outputs, with the potential to write back outputs to AWS S3. Users are encouraged to join the Unstructured community to engage with other users, share insights, and stay informed about new developments.
Jul 21, 2023 720 words in the original blog post.