Skip to content

Commit c92fb0c

Browse files
authored
Update documentation by removing experimental warning
Removed warning about experimental status from documentation.
1 parent 68ec9e7 commit c92fb0c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ description: sql-redis documentation. SQL to Redis FT.SEARCH and FT.AGGREGATE tr
44

55
# sql-redis
66

7-
!!! warning "Status: Experimental"
8-
9-
sql-redis is part of the [Redis AI Hub](https://redis.io/ai-hub/) under the
10-
**Experimental** tier. The Python API can change between minor releases. The
11-
project is validating its design and SQL surface in real use; we welcome bug
12-
reports and feedback at the [issue tracker](https://github.com/redis-developer/sql-redis/issues).
13-
147
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.
158

169
## Quick Start

0 commit comments

Comments
 (0)