[GNU ELPA] Vecdb version 0.2.2
ELPA update <[email protected]>
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.2.2 of package Vecdb has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Vecdb describes itself as:
===============================================
An interface to vector databases for embeddings
===============================================
More at https://elpa.gnu.org/packages/vecdb.html
## Summary:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
VECDB: VECTOR SEARCH LIBRARY FOR EMACS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1 Introduction
══════════════
The `vecdb' package provides an interface to a vector database, where
vectors are vecdbdings representing pieces of text. These databases
enable "semantic search", which is a powerful way to search over
meaning. This kind of search needs specialized storage and retrieval.
This package doesn't provide end-user functionality on its own; it is
designed to be used in other packages that need semantic search.
The package does not provide vecdbdings, that can be done with the
[llm] package, or any source of vecdbdings.
[llm] <https://github.com/ahyatt/llm>
## Recent NEWS:
1 Version 0.2.2
═══════════════
• Add ability to configure host and port for Postgres
2 Version 0.2.1
═══════════════
• Fixes for variable names with dashes and large ids for Postgres
backend
3 Version 0.2
═════════════
• Add Postgres backend
4 Version 0.1
═════════════
• Initial version