You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
895 B
15 lines
895 B
2 weeks ago
|
# Usage Examples
|
||
|
|
||
|
DeepSearcher provides several example scripts to help you get started quickly. These examples demonstrate different ways to use DeepSearcher for various use cases.
|
||
|
|
||
|
## 📋 Available Examples
|
||
|
|
||
|
| Example | Description | Key Features |
|
||
|
|---------|-------------|--------------|
|
||
|
| [Basic Example](basic_example.md) | Simple example showing core functionality | Loading PDFs, querying |
|
||
|
| [Docling Integration](docling.md) | Using Docling for file loading and web crawling | Multiple sources, local and web |
|
||
|
| [Unstructured Integration](unstructured.md) | Using Unstructured for parsing documents | API and local processing |
|
||
|
| [FireCrawl Integration](firecrawl.md) | Web crawling with FireCrawl | Website data extraction |
|
||
|
| [Oracle Setup](oracle.md) | Advanced configuration with Oracle | Path setup, token tracking |
|
||
|
|
||
|
Click on any example to see detailed code and explanations.
|