From c92fb0cdb6a47d31b05e2b180b074c5cc2b40bf5 Mon Sep 17 00:00:00 2001 From: nitin <47899917+nkanu17@users.noreply.github.com> Date: Fri, 8 May 2026 19:11:46 -0400 Subject: [PATCH 1/2] Update documentation by removing experimental warning Removed warning about experimental status from documentation. --- docs/index.md | 7 ------- 1 file changed, 7 deletions(-) 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 From abd366b950021fc259863600862ac9b2213014b0 Mon Sep 17 00:00:00 2001 From: nitin <47899917+nkanu17@users.noreply.github.com> Date: Fri, 8 May 2026 19:12:42 -0400 Subject: [PATCH 2/2] Update README to remove GitHub link Removed GitHub link from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)**