Skip to content

Commit 75e3f41

Browse files
authored
Update documentation by removing experimental warning (#31)
* Update documentation by removing experimental warning Removed warning about experimental status from documentation. * Update README to remove GitHub link Removed GitHub link from README.md
1 parent 68ec9e7 commit 75e3f41

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div align="center">
88

9-
**[Documentation](https://redis-developer.github.io/sql-redis/)****[GitHub](https://github.com/redis-developer/sql-redis)****[PyPI](https://pypi.org/project/sql-redis/)**
9+
**[Documentation](https://redis-developer.github.io/sql-redis/)****[PyPI](https://pypi.org/project/sql-redis/)**
1010

1111
</div>
1212

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)