diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 828be74a..0bf60fcb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ helpful contributions that mean less work for you. ## Your First Contribution -Unsure where to begin contributing? You can start by looking through some of our issues [listed here](https://github.com/RedisVentures/redisvl/issues). +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). ## Getting Started diff --git a/README.md b/README.md index bc8b8029..15c42236 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,21 @@ the AI-native Redis Python client
-[![Codecov](https://img.shields.io/codecov/c/github/RedisVentures/RedisVL/dev?label=Codecov&logo=codecov&token=E30WxqBeJJ)](https://codecov.io/gh/RedisVentures/RedisVL) +[![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) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![Language](https://img.shields.io/github/languages/top/RedisVentures/RedisVL) +![Language](https://img.shields.io/github/languages/top/redis/redis-vl-python) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -![GitHub last commit](https://img.shields.io/github/last-commit/RedisVentures/RedisVL) -![GitHub deployments](https://img.shields.io/github/deployments/RedisVentures/RedisVL/github-pages?label=doc%20build) +![GitHub last commit](https://img.shields.io/github/last-commit/redis/redis-vl-python) +![GitHub deployments](https://img.shields.io/github/deployments/redis/redis-vl-python/github-pages?label=doc%20build) [![pypi](https://badge.fury.io/py/redisvl.svg)](https://pypi.org/project/redisvl/)
- Home    + Home    Documentation    - More Projects    + More Projects   

@@ -288,4 +288,4 @@ To get started, check out the following guides: 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) ## 🚧 Maintenance -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). +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). diff --git a/docs/conf.py b/docs/conf.py index 9e282542..cf3f72cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = 'RedisVL' copyright = '2024, Redis Inc.' -author = 'RedisVentures' +author = 'Redis Applied AI' version = "0.2.0" # The full version, including alpha/beta/rc tags @@ -79,7 +79,7 @@ html_logo = "_static/Redis_Favicon_32x32_Red.png" html_favicon = "_static/Redis_Favicon_32x32_Red.png" html_context = { - "github_user": "RedisVentures", + "github_user": "Redis Applied AI", "github_repo": "RedisVL", "github_version": "main", "doc_path": "docs", @@ -111,7 +111,7 @@ "icon_links": [ { "name": "GitHub", - "url": "https://github.com/RedisVentures/RedisVL", + "url": "https://github.com/redis/redis-vl-python", "icon": "fa-brands fa-square-github", "type": "fontawesome", } diff --git a/docs/examples/index.md b/docs/examples/index.md index e499b310..fb138c71 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -10,7 +10,7 @@ myst: ```{note} If you are using RedisVL, please consider adding your example to this page by -opening a Pull Request on [GitHub](https://github.com/RedisVentures/RedisVl) +opening a Pull Request on [GitHub](https://github.com/redis/redis-vl-python) ``` ```{gallery-grid} ../_static/gallery.yaml diff --git a/docs/overview/installation.md b/docs/overview/installation.md index 27033b93..e4c996f4 100644 --- a/docs/overview/installation.md +++ b/docs/overview/installation.md @@ -42,7 +42,7 @@ pip install redisvl[hiredis] To install RedisVL from source, clone the repository and install the package using `pip`: ```bash -$ git clone https://github.com/redisventures/redisvl.git && cd redisvl +$ git clone https://github.com/redis/redis-vl-python.git && cd redisvl $ pip install . # or for an editable installation (for developers of RedisVL) diff --git a/docs/user_guide/vectorizers_04.ipynb b/docs/user_guide/vectorizers_04.ipynb index d102b71e..2dde2bad 100644 --- a/docs/user_guide/vectorizers_04.ipynb +++ b/docs/user_guide/vectorizers_04.ipynb @@ -309,7 +309,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "/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", + "/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", " return self.fget.__get__(instance, owner)()\n" ] }, diff --git a/pyproject.toml b/pyproject.toml index 667d542a..cb74e680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "Python client library and CLI for using Redis as a vector databas authors = ["Redis Inc. "] license = "MIT" readme = "README.md" -homepage = "https://github.com/RedisVentures/redisvl" -repository = "https://github.com/RedisVentures/redisvl" +homepage = "https://github.com/redis/redis-vl-python" +repository = "https://github.com/redis/redis-vl-python" documentation = "https://www.redisvl.com" keywords = ["ai", "redis", "redis-client", "vector-database", "vector-search"] classifiers = [