Code formatting (#2153)

This commit is contained in:
Dev Khant
2025-01-16 12:33:56 +05:30
committed by GitHub
parent e12273c7cb
commit a4b085553a
4 changed files with 33 additions and 37 deletions

View File

@@ -30,7 +30,7 @@ Here's the parameters available for configuring pgvector:
| Parameter | Description | Default Value |
| --- | --- | --- |
| `dbname` | The name of the database | `postgres` |
| `dbname` | The name of the | `postgres` |
| `collection_name` | The name of the collection | `mem0` |
| `embedding_model_dims` | Dimensions of the embedding model | `1536` |
| `user` | User name to connect to the database | `None` |