{ "name": "vector", "abstract": "Open-source vector similarity search for Postgres", "description": "Supports L2 distance, inner product, and cosine distance", "version": "0.1.5", "maintainer": [ "Andrew Kane " ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.6.0" } } }, "provides": { "vector": { "file": "sql/vector.sql", "docfile": "README.md", "version": "0.1.5", "abstract": "Open-source vector similarity search for Postgres" } }, "resources": { "homepage": "https://github.com/ankane/pgvector", "bugtracker": { "web": "https://github.com/ankane/pgvector/issues" }, "repository": { "url": "https://github.com/ankane/pgvector.git", "web": "https://github.com/ankane/pgvector", "type": "git" } }, "generated_by": "Andrew Kane", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "vectors", "datatype", "nearest neighbor search", "approximate nearest neighbors" ] }