Skip to content

Commit 91c19dc

Browse files
committed
Updated name to PgSql [skip ci]
1 parent f2cb012 commit 91c19dc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
[pgvector](https://github.com/pgvector/pgvector) support for PHP
44

5+
Supports [Laravel](https://github.com/laravel/laravel) and [PgSql](https://www.php.net/manual/en/book.pgsql.php)
6+
57
[![Build Status](https://github.com/pgvector/pgvector-php/actions/workflows/build.yml/badge.svg)](https://github.com/pgvector/pgvector-php/actions)
68

79
## Getting Started
810

911
Follow the instructions for your database library:
1012

1113
- [Laravel](#laravel)
12-
- [PHP](#php)
14+
- [PgSql](#pgsql)
1315

1416
Or check out some examples:
1517

@@ -106,7 +108,7 @@ public function down()
106108

107109
Use `vector_ip_ops` for inner product and `vector_cosine_ops` for cosine distance
108110

109-
### PHP
111+
### PgSql
110112

111113
Enable the extension
112114

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Pgvector\SparseVector;
77
use Pgvector\Vector;
88

9-
final class PhpTest extends TestCase
9+
final class PgSqlTest extends TestCase
1010
{
1111
public function testWorks()
1212
{

0 commit comments

Comments
 (0)