Thanks 🙏 Chris. vector search in lance is via the python API. We haven’t added it to the duckdb ext yet but on the roadmap. Not too hard to make a TableFunction for that. Tho ideally if we can modify the query plan it would look more natural: “ORDER BY l2_dist() LIMIT 10”