Skip to content

Commit c4e3017

Browse files
Rename repo to new location (#154)
1 parent 458be76 commit c4e3017

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helpful contributions that mean less work for you.
1515

1616
## Your First Contribution
1717

18-
Unsure where to begin contributing? You can start by looking through some of our issues [listed here](https://github.com/RedisVentures/redisvl/issues).
18+
Unsure where to begin contributing? You can start by looking through some of our issues [listed here](https://github.com/redis/redis-vl-python/issues).
1919

2020
## Getting Started
2121

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<span style="font-size: smaller;">the AI-native Redis Python client</span>
55
<br />
66

7-
[![Codecov](https://img.shields.io/codecov/c/github/RedisVentures/RedisVL/dev?label=Codecov&logo=codecov&token=E30WxqBeJJ)](https://codecov.io/gh/RedisVentures/RedisVL)
7+
[![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)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9-
![Language](https://img.shields.io/github/languages/top/RedisVentures/RedisVL)
9+
![Language](https://img.shields.io/github/languages/top/redis/redis-vl-python)
1010
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
11-
![GitHub last commit](https://img.shields.io/github/last-commit/RedisVentures/RedisVL)
12-
![GitHub deployments](https://img.shields.io/github/deployments/RedisVentures/RedisVL/github-pages?label=doc%20build)
11+
![GitHub last commit](https://img.shields.io/github/last-commit/redis/redis-vl-python)
12+
![GitHub deployments](https://img.shields.io/github/deployments/redis/redis-vl-python/github-pages?label=doc%20build)
1313
[![pypi](https://badge.fury.io/py/redisvl.svg)](https://pypi.org/project/redisvl/)
1414

1515
</div>
1616

1717
<div align="center">
1818
<div display="inline-block">
19-
<a href="https://github.com/RedisVentures/redisvl"><b>Home</b></a>&nbsp;&nbsp;&nbsp;
19+
<a href="https://github.com/redis/redis-vl-python"><b>Home</b></a>&nbsp;&nbsp;&nbsp;
2020
<a href="https://www.redisvl.com"><b>Documentation</b></a>&nbsp;&nbsp;&nbsp;
21-
<a href="https://github.com/RedisVentures"><b>More Projects</b></a>&nbsp;&nbsp;&nbsp;
21+
<a href="https://github.com/redis-developer"><b>More Projects</b></a>&nbsp;&nbsp;&nbsp;
2222
</div>
2323
<br />
2424
</div>
@@ -288,4 +288,4 @@ To get started, check out the following guides:
288288
Please help us by contributing PRs, opening GitHub issues for bugs or new feature ideas, improving documentation, or increasing test coverage. [Read more about how to contribute!](CONTRIBUTING.md)
289289

290290
## 🚧 Maintenance
291-
This project is supported by [Redis, Inc](https://redis.com) on a good faith effort basis. To report bugs, request features, or receive assistance, please [file an issue](https://github.com/RedisVentures/redisvl/issues).
291+
This project is supported by [Redis, Inc](https://redis.com) on a good faith effort basis. To report bugs, request features, or receive assistance, please [file an issue](https://github.com/redis/redis-vl-python/issues).

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
project = 'RedisVL'
2323
copyright = '2024, Redis Inc.'
24-
author = 'RedisVentures'
24+
author = 'Redis Applied AI'
2525
version = "0.2.0"
2626

2727
# The full version, including alpha/beta/rc tags
@@ -79,7 +79,7 @@
7979
html_logo = "_static/Redis_Favicon_32x32_Red.png"
8080
html_favicon = "_static/Redis_Favicon_32x32_Red.png"
8181
html_context = {
82-
"github_user": "RedisVentures",
82+
"github_user": "Redis Applied AI",
8383
"github_repo": "RedisVL",
8484
"github_version": "main",
8585
"doc_path": "docs",
@@ -111,7 +111,7 @@
111111
"icon_links": [
112112
{
113113
"name": "GitHub",
114-
"url": "https://github.com/RedisVentures/RedisVL",
114+
"url": "https://github.com/redis/redis-vl-python",
115115
"icon": "fa-brands fa-square-github",
116116
"type": "fontawesome",
117117
}

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ myst:
1010

1111
```{note}
1212
If you are using RedisVL, please consider adding your example to this page by
13-
opening a Pull Request on [GitHub](https://github.com/RedisVentures/RedisVl)
13+
opening a Pull Request on [GitHub](https://github.com/redis/redis-vl-python)
1414
```
1515

1616
```{gallery-grid} ../_static/gallery.yaml

docs/overview/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pip install redisvl[hiredis]
4242
To install RedisVL from source, clone the repository and install the package using `pip`:
4343

4444
```bash
45-
$ git clone https://github.com/redisventures/redisvl.git && cd redisvl
45+
$ git clone https://github.com/redis/redis-vl-python.git && cd redisvl
4646
$ pip install .
4747

4848
# or for an editable installation (for developers of RedisVL)

docs/user_guide/vectorizers_04.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
"name": "stderr",
310310
"output_type": "stream",
311311
"text": [
312-
"/Users/tyler.hutcherson/RedisVentures/redisvl/.venv/lib/python3.9/site-packages/torch/_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()\n",
312+
"/Users/tyler.hutcherson/redis/redis-vl-python/.venv/lib/python3.9/site-packages/torch/_utils.py:831: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()\n",
313313
" return self.fget.__get__(instance, owner)()\n"
314314
]
315315
},

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Python client library and CLI for using Redis as a vector databas
55
authors = ["Redis Inc. <applied.ai@redis.com>"]
66
license = "MIT"
77
readme = "README.md"
8-
homepage = "https://github.com/RedisVentures/redisvl"
9-
repository = "https://github.com/RedisVentures/redisvl"
8+
homepage = "https://github.com/redis/redis-vl-python"
9+
repository = "https://github.com/redis/redis-vl-python"
1010
documentation = "https://www.redisvl.com"
1111
keywords = ["ai", "redis", "redis-client", "vector-database", "vector-search"]
1212
classifiers = [

0 commit comments

Comments
 (0)