Vector-search
Superduper aims to provide first-class support for vector-search, including embedding computation in preparation and run-time, as well as executing the fast vector-comparison and returning results in a way compatible with standard database queries.
Read more
📄️ Setting up vector-search
Setting up vector-search involves "applying" a VectorIndex component to the datalayer db.
📄️ Vector search queries
Vector search queries are built with the .like operator.
📄️ Using a database's native vector search
Databases increasingly include their own vector-comparison and search operations
📄️ Sidecar vector-comparison integration
For databases which don't have their own vector-search implementation, Superduper offers