|
1 | 1 | # pgvector-python |
2 | 2 |
|
3 | | -[pgvector](https://github.com/ankane/pgvector) support for Python |
| 3 | +[pgvector](https://github.com/pgvector/pgvector) support for Python |
4 | 4 |
|
5 | 5 | Great for online recommendations :tada: |
6 | 6 |
|
7 | 7 | 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) |
8 | 8 |
|
9 | | -[](https://github.com/ankane/pgvector-python/actions) |
| 9 | +[](https://github.com/pgvector/pgvector-python/actions) |
10 | 10 |
|
11 | 11 | ## Installation |
12 | 12 |
|
@@ -201,21 +201,21 @@ await conn.fetch('SELECT * FROM item ORDER BY factors <-> $1 LIMIT 5', factors) |
201 | 201 |
|
202 | 202 | ## History |
203 | 203 |
|
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) |
205 | 205 |
|
206 | 206 | ## Contributing |
207 | 207 |
|
208 | 208 | Everyone is encouraged to help improve this project. Here are a few ways you can help: |
209 | 209 |
|
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) |
212 | 212 | - Write, clarify, or fix documentation |
213 | 213 | - Suggest or add new features |
214 | 214 |
|
215 | 215 | To get started with development: |
216 | 216 |
|
217 | 217 | ```sh |
218 | | -git clone https://github.com/ankane/pgvector-python.git |
| 218 | +git clone https://github.com/pgvector/pgvector-python.git |
219 | 219 | cd pgvector-python |
220 | 220 | pip install -r requirements.txt |
221 | 221 | createdb pgvector_python_test |
|
0 commit comments