https://github.com/ds4sd/deepsearch-toolkit
Interact with the Deep Search platform for new knowledge explorations and discoveries
https://github.com/ds4sd/deepsearch-toolkit
accelerated-discovery deepsearch knowledge-extraction knowledge-graph nlp pdf-converter python rag semantic-retrieval
Last synced: 25 days ago
JSON representation
Interact with the Deep Search platform for new knowledge explorations and discoveries
- Host: GitHub
- URL: https://github.com/ds4sd/deepsearch-toolkit
- Owner: DS4SD
- License: mit
- Created: 2022-06-01T08:05:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T14:48:03.000Z (5 months ago)
- Last Synced: 2025-05-15T17:09:32.247Z (25 days ago)
- Topics: accelerated-discovery, deepsearch, knowledge-extraction, knowledge-graph, nlp, pdf-converter, python, rag, semantic-retrieval
- Language: Python
- Homepage: https://ds4sd.github.io/deepsearch-toolkit
- Size: 5.81 MB
- Stars: 200
- Watchers: 4
- Forks: 27
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Deep Search Toolkit
[](https://pypi.org/project/deepsearch-toolkit/)
[](https://pypi.org/project/deepsearch-toolkit/)
[](https://opensource.org/licenses/MIT)
[](https://github.com/psf/black)
[](https://ds4sd.github.io/deepsearch-toolkit/)
[](https://pepy.tech/project/deepsearch-toolkit)*Interact with the Deep Search platform for new knowledge explorations and discoveries*
The Deep Search Toolkit is a Python SDK and CLI allowing users to interact with the [Deep Search](https://ds4sd.github.io) platform.
The Toolkit provides easy-to-use features for several common document workflows such as conversion, graph creation, and querying, including semantic retrieval and RAG.## Quick links
- [Deep Search](https://ds4sd.github.io)
- [Deep Search Toolkit](https://ds4sd.github.io/deepsearch-toolkit)
- [Deep Search Examples](https://github.com/ds4sd/deepsearch-examples)## Install
```shell
pip install deepsearch-toolkit
```## Getting started
Check out [Getting started](https://ds4sd.github.io/deepsearch-toolkit/#getting-started).
## Get help and support
Please feel free to connect with us using the [discussion section](https://github.com/DS4SD/deepsearch-toolkit/discussions).
## Contributing
Please read [Contributing to Deep Search Toolkit](./CONTRIBUTING.md) for details.
## References
If you use `Deep Search` in your projects, please consider citing the following:
```bib
@software{Deep Search Toolkit,
author = {Deep Search Team},
month = {6},
title = {{Deep Search Toolkit}},
url = {https://github.com/DS4SD/deepsearch-toolkit},
version = {main},
year = {2022}
}
```## License
The `Deep Search Toolkit` codebase is under MIT license.
For individual model usage, please refer to the model licenses found in the original packages.