|
1 | 1 | <div align="center" style="margin-bottom: 20px;"> |
2 | | - <div><img src="docs/_static/Redis_Logo_Red_RGB.svg" style="width: 200px; margin-bottom: 20px;"></div> |
| 2 | + <div><img src="https://raw.githubusercontent.com/redis/redis-vl-python/main/docs/_static/Redis_Logo_Red_RGB.svg" style="width: 250px; margin-bottom: 20px;"></div> |
3 | 3 | <h1>🔥 Vector Library</h1> |
4 | 4 | </div> |
5 | 5 |
|
6 | 6 | <div align="center" style="margin-top: 20px;"> |
7 | | - <span style="display: block; margin-bottom: 10px;">the *AI-native* Redis Python client</span> |
| 7 | + <span style="display: block; margin-bottom: 10px;">The *AI-native* Redis Python client</span> |
8 | 8 | <br /> |
9 | 9 |
|
10 | 10 |
|
11 | | -[](https://codecov.io/gh/redis/redis-vl-python) |
12 | 11 | [](https://opensource.org/licenses/MIT) |
13 | 12 |  |
14 | 13 | [](https://github.com/psf/black) |
15 | 14 |  |
16 | | - |
17 | 15 | [](https://pypi.org/project/redisvl/) |
| 16 | + |
| 17 | +[](https://github.com/redis/redis-vl-python/stargazers) |
18 | 18 |
|
19 | 19 | </div> |
20 | 20 |
|
|
30 | 30 |
|
31 | 31 | # Introduction |
32 | 32 |
|
33 | | -Welcome to the Redis Vector Library – the ultimate Python client designed for AI applications harnessing the power of [Redis](https://redis.io). |
| 33 | +Redis Vector Library is the ultimate Python client designed for AI-native applications harnessing the power of [Redis](https://redis.io). |
34 | 34 |
|
35 | | -[redisvl](https://pypi.org/project/redisvl/) is your go-to tool for: |
| 35 | +[redisvl](https://pypi.org/project/redisvl/) is your go-to client for: |
36 | 36 |
|
37 | 37 | - Lightning-fast information retrieval & vector similarity search |
38 | 38 | - Real-time RAG pipelines |
|
0 commit comments