Skip to content

Commit

Permalink
[Website] removing broken link (#8054)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 26c7e0dab88c4168cec5d96f28c1fa02454ef0ef
  • Loading branch information
olruas authored and Manul from Pathway committed Jan 23, 2025
1 parent 8f9d1a7 commit 5a043f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Unstructured data poses a challenge for traditional data processing techniques.
Using Pathway LLM tooling, you can efficiently handle this type of data.

There are two main approaches for ingesting unstructured data:
1. Using a dedicated library: you can use libraries such as [Unstructured](https://unstructured.io/) to parse the unstructured data (PDFs, PPTX, etc.) ingested by Pathway. You can learn more about how to do this in our [Contextful Parsing RAG pipeline example](https://github.com/pathwaycom/llm-app/tree/main/examples/pipelines/contextful_parsing).
1. Using a dedicated library: you can use libraries such as [Unstructured](https://unstructured.io/) to parse the unstructured data (PDFs, PPTX, etc.) ingested by Pathway.
2. Using LLM directly: using LLMs, you can directly query unstructured data such as PDFs. For example, you can structure data on the fly and insert them into PostgreSQL: read our [dedicated article](/developers/templates/unstructured-to-structured) to learn how to do it.

0 comments on commit 5a043f4

Please sign in to comment.