feat(document-search): add document processing with unstructured #5
Labels
document search
Changes to the document search package
feature
New feature or request
integrations
Changes in vendor integration
Milestone
Feature description
In document-search module it should be possible to parse documents into elements using unstructured API.
Results of the parsing should be represented as
Element
objects and possible to store & retrieve from the vector_store.Motivation
Unstuctured gives us possibility to quicly introduce multiple formats of the documents, thus improving overall usability of the application.
Additional context
Free API may be used to test this feature: https://docs.unstructured.io/api-reference/api-services/free-api
The text was updated successfully, but these errors were encountered: