branch: externals/vecdb commit c97a0a7701a243e1e60abf783f42b3c62bc1dd6b Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Fix mistaken function name in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c30b2a1f59..af9249d08a 100644 --- a/README.org +++ b/README.org @@ -93,7 +93,7 @@ A provider defines a database, and the collection will define a table with the c For example, #+begin_src emacs-lisp -(defvar my-postgres-provider (make-vecdb-psql :dbname "mydatabase" :username "myuser")) +(defvar my-postgres-provider (make-vecdb-psqlprovider :dbname "mydatabase" :username "myuser")) #+end_src This also takes an optional password as well. For now, this just uses localhost as a default.