Skip to content

Commit d8e5fde

Browse files
committed
main readme fixes
1 parent c0ebc1e commit d8e5fde

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,14 @@ Enrich your AI agents with data from your database using remote function/tool ca
5353
-**Automatic API Generation** – Creates APIs automatically using LLM based on table schema and sampled data
5454
- 🗄️ **Structured Database Support** – Supports <a href="https://docs.centralmind.ai/connectors/postgres/">PostgreSQL</a>, <a href="https://docs.centralmind.ai/connectors/mysql/">MySQL</a>, <a href="https://docs.centralmind.ai/connectors/clickhouse/">ClickHouse</a>, <a href="https://docs.centralmind.ai/connectors/snowflake/">Snowflake</a>, <a href="https://docs.centralmind.ai/connectors/mssql/">MSSQL</a>, <a href="https://docs.centralmind.ai/connectors/bigquery/">BigQuery</a>, <a href="https://docs.centralmind.ai/connectors/oracle/">Oracle Database</a>, <a href="https://docs.centralmind.ai/connectors/sqlite/">SQLite</a>, <a href="https://docs.centralmind.ai/connectors/sqlite/">ElasticSearch</a>
5555
- 🌍 **Multiple Protocol Support** – Provides APIs as REST or MCP Server including SSE mode
56-
- 📜 **API Documentation**Auto-generated Swagger documentation and OpenAPI 3.1.0 specification
56+
- 🔐 **Authentication Options**Built-in support for <a href="https://docs.centralmind.ai/plugins/api_keys/">API keys</a> and <a href="https://docs.centralmind.ai/plugins/oauth/">OAuth</a>
5757
- 🔒 **PII Protection** – Implements <a href="https://docs.centralmind.ai/plugins/pii_remover/">regex plugin</a> or <a href="https://docs.centralmind.ai/plugins/presidio_anonymizer/">Microsoft Presidio plugin</a> for PII and sensitive data redaction
58-
-**Flexible Configuration** – Easily extensible via YAML configuration and plugin system
59-
- 🐳 **Deployment Options** – Run as a binary or Docker container with ready-to-use <a href="https://docs.centralmind.ai/helm/gateway/">Helm chart</a>
60-
- 🤖 **Multiple AI Providers Support** - Support for [OpenAI](https://docs.centralmind.ai/providers/openai), [Anthropic](https://docs.centralmind.ai/providers/anthropic), [Amazon Bedrock](https://docs.centralmind.ai/providers/bedrock), [Google Gemini](https://docs.centralmind.ai/providers/gemini) & [Google VertexAI](https://docs.centralmind.ai/providers/anthropic-vertexai)
58+
- 👀 **Comprehensive Monitoring** – Integration with <a href="https://docs.centralmind.ai/plugins/otel/">OpenTelemetry (OTel)</a> for request tracking and audit trails
6159
- 📦 **Local & On-Premises** – Support for <a href="https://docs.centralmind.ai/providers/local-models/">self-hosted LLMs</a> through configurable AI endpoints and models
60+
- 🤖 **Multiple AI Providers Support** - Support for [OpenAI](https://docs.centralmind.ai/providers/openai), [Anthropic](https://docs.centralmind.ai/providers/anthropic), [Amazon Bedrock](https://docs.centralmind.ai/providers/bedrock), [Google Gemini](https://docs.centralmind.ai/providers/gemini) & [Google VertexAI](https://docs.centralmind.ai/providers/anthropic-vertexai)
61+
-**Flexible Configuration** – Easily extensible via YAML configuration and plugin system
62+
- 📜 **API Documentation** – Auto-generated Swagger documentation and OpenAPI 3.1.0 specification
6263
- 🔑 **Row-Level Security (RLS)** – Fine-grained data access control using <a href="https://docs.centralmind.ai/plugins/lua_rls/">Lua scripts</a>
63-
- 🔐 **Authentication Options** – Built-in support for <a href="https://docs.centralmind.ai/plugins/api_keys/">API keys</a> and <a href="https://docs.centralmind.ai/plugins/oauth/">OAuth</a>
64-
- 👀 **Comprehensive Monitoring** – Integration with <a href="https://docs.centralmind.ai/plugins/otel/">OpenTelemetry (OTel)</a> for request tracking and audit trails
6564
- 🏎️ **Performance Optimization** – Implements time-based and <a href="https://docs.centralmind.ai/plugins/lru_cache/">LRU caching</a> strategies
6665

6766
## How it Works
@@ -129,15 +128,14 @@ go build .
129128
Gateway uses LLM models to generate your API configuration. Follow these steps:
130129

131130

132-
1. Choose one of our supported AI providers:
133-
131+
Choose one of our supported AI providers:
134132
- [OpenAI](https://docs.centralmind.ai/providers/openai) and all OpenAI-compatible providers
135133
- [Anthropic](https://docs.centralmind.ai/providers/anthropic)
136134
- [Amazon Bedrock](https://docs.centralmind.ai/providers/bedrock)
137135
- [Google Vertex AI (Anthropic)](https://docs.centralmind.ai/providers/anthropic-vertexai)
138136
- [Google Gemini](https://docs.centralmind.ai/providers/gemini)
139137

140-
[Google Gemini](https://docs.centralmind.ai/providers/gemini) provides a generous **free tier**. You can obtain an API key by visiting Google AI Studio:
138+
Google Gemini provides a generous **free tier**. You can obtain an API key by visiting Google AI Studio:
141139

142140
- [Google AI Studio](https://aistudio.google.com/apikey)
143141

@@ -243,17 +241,14 @@ It is always subject to change, and the roadmap will highly depend on user feedb
243241
we are planning the following features:
244242

245243
#### Database and Connectivity
246-
247-
- 🗄️ **Extended Database Integrations** - Redshift, S3 (Iceberg and Parquet), Oracle DB, Microsoft SQL Server, Elasticsearch
244+
- 🗄️ **Extended Database Integrations** - Databricks, Redshift, S3 (Iceberg and Parquet), Oracle DB, Microsoft SQL Server, Elasticsearch
248245
- 🔑 **SSH tunneling** - ability to use jumphost or ssh bastion to tunnel connections
249246

250247
#### Enhanced Functionality
251-
252248
- 🔍 **Advanced Query Capabilities** - Complex filtering syntax and Aggregation functions as parameters
253249
- 🔐 **Enhanced MCP Security** - API key and OAuth authentication
254250

255251
#### Platform Improvements
256-
257252
- 📦 **Schema Management** - Automated schema evolution and API versioning
258253
- 🚦 **Advanced Traffic Management** - Intelligent rate limiting, Request throttling
259254
- ✍️ **Write Operations Support** - Insert, Update operations

0 commit comments

Comments
 (0)