If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
595 views • Jun 13, 2024 • #AI #PostgreSQL #PosetteConf
Show less
Video of a conference talk about vector data in Postgres presented by Heikki Linnakangas at POSETTE: An Event for Postgres 2024. AI works with vectors. But what is a vector? How is a vector in Postgres different from integers, text, geospatial data, or other traditional Postgres datatypes? Why can't you create a regular B-tree index over vectors? Ok, but why not a GiST index?
Heikki will touch on these Postgres and pgvector topics:
pgvector extension's data types, including the new sparse and bit vector types
Vector data in Postgres - how's it different from "normal" data? | POSETTE 2024
19Likes
595Views
Jun 132024
Video of a conference talk about vector data in Postgres presented by Heikki Linnakangas at POSETTE: An Event for Postgres 2024. AI works with vectors. But what is a vector? How is a vector in Postgres different from integers, text, geospatial data, or other traditional Postgres datatypes? Why can't you create a regular B-tree index over vectors? Ok, but why not a GiST index?
Heikki will touch on these Postgres and pgvector topics:
pgvector extension's data types, including the new sparse and bit vector types
Curse of dimensionality with vector databases
Vector search algorithms, including HNSW (hierarchical navigable small worlds)