branch: externals/vecdb commit 99bdd4604daf70cc5f1a78a7c8c69278ca0dba5e Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Specify the need to set the same payload fields in the README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 2c9fbb2a25..8643592f65 100644 --- a/README.org +++ b/README.org @@ -46,7 +46,7 @@ an integer is the best choice. These can be deleted with ~vecdb-delete-item~ and retrieved by ID with ~vecdb-get-item~. -IDs used in =vecdb= *must* be =uint64= values. If you have another ID you need to use to tie it together with other storage, that should go into the =payload=. +IDs used in =vecdb= *must* be =uint64= values. If you have another ID you need to use to tie it together with other storage, that should go into the =payload=. Also, each item passed in must set the same payload fields. * Querying data Querying the database can be done with ~vecdb-search-by-vector~, passing it a vector and optionally a number of results to return (10 is the default).