Distance metric change and PGVectorScale support (#1703)

This commit is contained in:
Tibor Sloboda
2024-08-27 13:26:01 +02:00
committed by GitHub
parent e8004537c1
commit a94bd11a76
4 changed files with 24 additions and 5 deletions

View File

@@ -36,4 +36,5 @@ Here's the parameters available for configuring pgvector:
| `user` | User name to connect to the database | `None` |
| `password` | Password to connect to the database | `None` |
| `host` | The host where the Postgres server is running | `None` |
| `port` | The port where the Postgres server is running | `None` |
| `port` | The port where the Postgres server is running | `None` |
| `diskann` | Whether to use diskann for vector similarity search (requires pgvectorscale) | `True` |