Skip to content

Commit 9f910e4

Browse files
Fix README Redis logo src (#265)
Fixes the logo path so that external sites can still see the image. Example: https://pypi.org/project/redisvl/ (see broken link at top of markdown file)
1 parent bee6d47 commit 9f910e4

File tree

2 files changed

+6
-31
lines changed

2 files changed

+6
-31
lines changed

.coveragerc

-25
This file was deleted.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<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>
33
<h1>🔥 Vector Library</h1>
44
</div>
55

66
<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>
88
<br />
99

1010

11-
[![Codecov](https://img.shields.io/codecov/c/github/redis/redis-vl-python/dev?label=Codecov&logo=codecov&token=E30WxqBeJJ)](https://codecov.io/gh/redis/redis-vl-python)
1211
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1312
![Language](https://img.shields.io/github/languages/top/redis/redis-vl-python)
1413
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1514
![GitHub last commit](https://img.shields.io/github/last-commit/redis/redis-vl-python)
16-
![GitHub deployments](https://img.shields.io/github/deployments/redis/redis-vl-python/github-pages?label=doc%20build)
1715
[![pypi](https://badge.fury.io/py/redisvl.svg)](https://pypi.org/project/redisvl/)
16+
![PyPI - Downloads](https://img.shields.io/pypi/dm/redisvl)
17+
[![GitHub stars](https://img.shields.io/github/stars/redis/redis-vl-python)](https://github.com/redis/redis-vl-python/stargazers)
1818

1919
</div>
2020

@@ -30,9 +30,9 @@
3030

3131
# Introduction
3232

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).
3434

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:
3636

3737
- Lightning-fast information retrieval & vector similarity search
3838
- Real-time RAG pipelines

0 commit comments

Comments
 (0)