PG Vector
Estimated reading: 1 minute
112 views
The PGVector component reads and writes to PostgreSQL vector stores using an instance of PGVector.
For more information, see the following:
1. Hidden parameters
2. Search results output
3. Vector store instances
4. PGVector documentation
PGVector parameters
Name | Type | Description |
---|---|---|
pg_server_url | SecretString | Input parameter. The PostgreSQL server connection string. |
collection_name | String | Input parameter. The table name for the vector store. |
search_query | String | Input parameter. The query for similarity search. |
ingest_data | Data | Input parameter. The data to be ingested into the vector store. |
embedding | Embeddings | Input parameter. The embedding function to use. |
number_of_results | Integer | Input parameter. The number of results to return in search. |