ComfyUI Node
Griptape Vector Store Driver: PGVector
Griptape PGVector Vector Store Driver: https://github.com/pgvector/pgvector
Griptape Vector Store Driver: PGVector
- embedding_driver
- DRIVER
◄table_namegriptape_vectors►
◄host_envPOSTGRES_HOST►
◄user_envPOSTGRES_USER►
◄pass_envPOSTGRES_PASSWORD►
◄port_envPOSTGRES_PORT►
◄name_envPOSTGRES_DB►
CategoryGriptape/Agent Drivers/Vector Store
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| embedding_driveropt | EMBEDDING_DRIVER | Select an embedding driver or leave as default. | |
| table_nameopt | STRING | griptape_vectors | Name of the table to store vectors |
| host_envopt | STRING | POSTGRES_HOST | Environment variable name for the PostgreSQL host |
| user_envopt | STRING | POSTGRES_USER | Environment variable name for the PostgreSQL user |
| pass_envopt | STRING | POSTGRES_PASSWORD | Environment variable name for the PostgreSQL password |
| port_envopt | STRING | POSTGRES_PORT | Environment variable name for the PostgreSQL port |
| name_envopt | STRING | POSTGRES_DB | Environment variable name for the PostgreSQL database name |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DRIVER | VECTOR_STORE_DRIVER | — |