diff --git a/README.md b/README.md index eae10e2..2328f57 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-**[Documentation](https://redis-developer.github.io/sql-redis/)** • **[GitHub](https://github.com/redis-developer/sql-redis)** • **[PyPI](https://pypi.org/project/sql-redis/)** +**[Documentation](https://redis-developer.github.io/sql-redis/)** • **[PyPI](https://pypi.org/project/sql-redis/)**
diff --git a/docs/index.md b/docs/index.md index 4556576..538eff9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,13 +4,6 @@ description: sql-redis documentation. SQL to Redis FT.SEARCH and FT.AGGREGATE tr # sql-redis -!!! warning "Status: Experimental" - - sql-redis is part of the [Redis AI Hub](https://redis.io/ai-hub/) under the - **Experimental** tier. The Python API can change between minor releases. The - project is validating its design and SQL surface in real use; we welcome bug - reports and feedback at the [issue tracker](https://github.com/redis-developer/sql-redis/issues). - Query Redis collections with familiar SQL on top of RediSearch and RedisVL indexes. sql-redis converts SQL `SELECT` statements into Redis `FT.SEARCH` and `FT.AGGREGATE` commands, looking up index schemas via `FT.INFO` so the translation respects the underlying field types. ## Quick Start