deepsearch-toolkit
deepsearch-toolkit copied to clipboard
feat: add DataIndex methods
This PR introduces two new methods to DataIndex class:
list_items(); it allows user to list/search documents in a collection (also available in CLI)get_item_urls(); it allows user to get urls of a document to download, namely PDF, MD, and JSON
Changes:
ElasticProjectDataCollectionSourcelocation changed to elastic file to avoid circular imports
Merge Protections
Your pull request matches the following merge protections and will not be merged until they are valid.
🟢 Enforce conventional commit
Wonderful, this rule succeeded.
Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
- [X]
title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?: