Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- markdownlint-disable no-duplicate-header -->

<div align="center">
<img src="./assets/sentient-logo-narrow.png" alt="alt text" width="60%"/>
<img src="./assets/sentient-logo-narrow.png" alt="Sentient AGI Logo - OpenDeepSearch" width="60%"/>
</div>

<hr>
Expand Down Expand Up @@ -359,6 +359,15 @@ OpenDeepSearch is built on the shoulders of great open-source projects:
- **[LiteLLM](https://www.litellm.ai/)** 🔥 – Used for efficient AI model integration.
- **Various Open-Source Libraries** 📚 – Enhancing search and retrieval functionalities.

## 📚 Documentation

For detailed setup instructions and advanced usage:

- **[🔧 Detailed Setup Guide](docs/DETAILED_SETUP.md)** - Comprehensive installation and configuration
- **[💡 Usage Examples](docs/EXAMPLES.md)** - Real-world examples and use cases
- **[📚 API Reference](docs/API_REFERENCE.md)** - Complete API documentation
- **[🛠️ Troubleshooting](docs/TROUBLESHOOTING.md)** - Common issues and solutions

## Citation

If you use `OpenDeepSearch` in your works, please cite it using the following BibTex entry:
Expand Down
Loading