The official SDK for the HIDDB vector database.
To install the SDK type
npm install hiddbExample usage:
import { HIDDB } from 'hiddb';
async function main() {
const hiddb = new HIDDB();
await hiddb.machineLogin("<key>", "<secret>")
// ...
}We are working on more examples 🚧
Meanwhile have a look at our API documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.