mirror of
https://github.com/open-webui/openapi-servers
synced 2025-06-26 18:17:04 +00:00
Update README.md
This commit is contained in:
parent
2cc73881eb
commit
2ecb9fc118
@ -48,13 +48,11 @@ Reference implementations provided in this repository demonstrate common use-cas
|
|||||||
- [**Memory & Knowledge Graph**](servers/memory) - Persistent memory management and semantic knowledge querying using popular and reliable storage techniques.
|
- [**Memory & Knowledge Graph**](servers/memory) - Persistent memory management and semantic knowledge querying using popular and reliable storage techniques.
|
||||||
- [**Weather Server**](servers/weather) - Provide current weather conditions and forecasts from trusted public APIs.
|
- [**Weather Server**](servers/weather) - Provide current weather conditions and forecasts from trusted public APIs.
|
||||||
- [**Get User Info Server**](servers/get-user-info) - Access and return enriched user profile information from authentication providers or internal systems.
|
- [**Get User Info Server**](servers/get-user-info) - Access and return enriched user profile information from authentication providers or internal systems.
|
||||||
- [**WIP: Web Search & Fetch**](servers/web-search) - Retrieve and convert web-based content securely into structured API results usable by LLMs.
|
- [**SQL Chat Server**](servers/sql) - Connect to SQL databases and automatically generate, execute, and optimize queries based on your database schema and natural language input. Enables chat-based data exploration, leveraging external Retrieval-Augmented Generation (RAG) for advanced query assistance.
|
||||||
- [**WIP: Database Server**](servers/database) - Query and inspect database schemas across common DB engines like PostgreSQL, MySQL, and SQLite.
|
- [**External RAG Tool Server**](servers/external-rag) - Connect and execute your own Retrieval-Augmented Generation (RAG) pipelines as callable API tools. Easily integrate custom or third-party RAG flows, providing structured access and modular composition for knowledge-intensive applications.
|
||||||
|
|
||||||
|
|
||||||
(More examples and reference implementations will be actively developed and continually updated.)
|
(More examples and reference implementations will be actively developed and continually updated.)
|
||||||
|
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> 💡 Contribute Your Server!
|
> 💡 Contribute Your Server!
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user