Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 17d2311

Browse files
committed
Updated urls [skip ci]
1 parent 9fe3a17 commit 17d2311

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: |
1414
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
1515
cd /tmp
16-
git clone --branch v0.2.1 https://github.com/ankane/pgvector.git
16+
git clone --branch v0.2.1 https://github.com/pgvector/pgvector.git
1717
cd pgvector
1818
make
1919
sudo make install

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# pgvector-python
22

3-
[pgvector](https://github.com/ankane/pgvector) support for Python
3+
[pgvector](https://github.com/pgvector/pgvector) support for Python
44

55
Great for online recommendations :tada:
66

77
Supports [Django](https://github.com/django/django), [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy), [Psycopg 3](https://github.com/psycopg/psycopg), [Psycopg 2](https://github.com/psycopg/psycopg2), and [asyncpg](https://github.com/MagicStack/asyncpg)
88

9-
[![Build Status](https://github.com/ankane/pgvector-python/workflows/build/badge.svg?branch=master)](https://github.com/ankane/pgvector-python/actions)
9+
[![Build Status](https://github.com/pgvector/pgvector-python/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector-python/actions)
1010

1111
## Installation
1212

@@ -201,21 +201,21 @@ await conn.fetch('SELECT * FROM item ORDER BY factors <-> $1 LIMIT 5', factors)
201201

202202
## History
203203

204-
View the [changelog](https://github.com/ankane/pgvector-python/blob/master/CHANGELOG.md)
204+
View the [changelog](https://github.com/pgvector/pgvector-python/blob/master/CHANGELOG.md)
205205

206206
## Contributing
207207

208208
Everyone is encouraged to help improve this project. Here are a few ways you can help:
209209

210-
- [Report bugs](https://github.com/ankane/pgvector-python/issues)
211-
- Fix bugs and [submit pull requests](https://github.com/ankane/pgvector-python/pulls)
210+
- [Report bugs](https://github.com/pgvector/pgvector-python/issues)
211+
- Fix bugs and [submit pull requests](https://github.com/pgvector/pgvector-python/pulls)
212212
- Write, clarify, or fix documentation
213213
- Suggest or add new features
214214

215215
To get started with development:
216216

217217
```sh
218-
git clone https://github.com/ankane/pgvector-python.git
218+
git clone https://github.com/pgvector/pgvector-python.git
219219
cd pgvector-python
220220
pip install -r requirements.txt
221221
createdb pgvector_python_test

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description='pgvector support for Python',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',
12-
url='https://github.com/ankane/pgvector-python',
12+
url='https://github.com/pgvector/pgvector-python',
1313
author='Andrew Kane',
1414
author_email='andrew@ankane.org',
1515
license='MIT',

0 commit comments

Comments
 (0)