branch: externals/vecdb commit 80912c0c72ecab1ac507e075d6588189bc82a651 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Fix compilation error (which was a real error) --- vecdb-qdrant.el | 1 - 1 file changed, 1 deletion(-) diff --git a/vecdb-qdrant.el b/vecdb-qdrant.el index b4d3493282..65cdf38656 100644 --- a/vecdb-qdrant.el +++ b/vecdb-qdrant.el @@ -123,7 +123,6 @@ SYNC indicates whether the request should be synchronous." (concat "/collections/" (vecdb-collection-name collection) "/points/delete?wait=" (if sync "true" "false")) `(:points ,(apply #'vector ids)) - nil sync)) (cl-defmethod vecdb-search-by-vector ((provider vecdb-qdrant-provider)