branch: externals/vecdb commit 9133fb6b21731f3091d1baa84ad72a320e6197f2 Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Fix typo in README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b5e2768c59..c30b2a1f59 100644 --- a/README.org +++ b/README.org @@ -87,7 +87,7 @@ However, the full set of options, here demonstrating the equivalent settings to :database "default")) #+end_src ** Postgres with pgvector -The popular database Postgres has an extention that allows it to have vector database functionality, [[https://github.com/pgvector/pgvector][pgvector]]. This needs the =pg-el= library. +The popular database Postgres has an extension that allows it to have vector database functionality, [[https://github.com/pgvector/pgvector][pgvector]]. This needs the =pg-el= library. A provider defines a database, and the collection will define a table with the collection name in that database.