diff options
| author | Andrew Hyatt <ahyatt@gmail.com> | 2025-10-11 22:08:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 22:08:56 -0400 |
| commit | 57dfaf751f9d71e921cdbeaa34b9aafa3c502ba3 (patch) | |
| tree | 9618cf787d1b53ad0a1dd4068facda1d647adddc /vecdb.el | |
| parent | 6100e6099cc1a1e4a46a0ab61cdb25b166554492 (diff) | |
| parent | a0240be7a917dca47b95e401382affd1c11abea1 (diff) | |
Add host and port configuration to Postgres provider (#6)externals/vecdb
Fixes https://github.com/ahyatt/vecdb/issues/4
Diffstat (limited to 'vecdb.el')
| -rw-r--r-- | vecdb.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ;; Author: Andrew Hyatt <ahyatt@gmail.com> ;; Homepage: https://github.com/ahyatt/vecdb ;; Package-Requires: ((emacs "29.1") (plz "0.8") (pg "0.56")) -;; Package-Version: 0.2.1 +;; Package-Version: 0.2.2 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; ;; This program is free software; you can redistribute it and/or |
