branch: externals/vecdb commit 19cea9ae1a35aa3364059eaf6fc8a3585575c040 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Properly quote the payload --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5a28d7c9f3..28b3392d0c 100644 --- a/README.org +++ b/README.org @@ -39,7 +39,7 @@ replacing one item: (list (make-embed-db-item :id "example-id" :vector [0.1 0.2 0.3 0.4] - :payload (:my-id "235913926")))) + :payload '(:my-id "235913926")))) #+end_src These can be deleted with ~embed-db-delete-item~ and retrieved by ID with ~embed-db-get-item~.