PGVecto_rs(
self,
embedding: Embeddings,
dimension: int,
db_url: str,
collection_name: | Name | Type | Description |
|---|---|---|
embedding* | Embeddings | Embeddings to use. |
dimension* | int | Dimension of the embeddings. |
db_url* | str | Database URL. |
collection_name* | str | Name of the collection. |
new_table | bool | Default: False |
| Name | Type |
|---|---|
| embedding | Embeddings |
| dimension | int |
| db_url | str |
| collection_name | str |
| new_table | bool |
VectorStore backed by pgvecto_rs.
Whether to create a new table or connect to an existing one.