UNPKG

hnswsqlite

Version:

Vector search with HNSWlib and SQLite in TypeScript.

6 lines (5 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VectorStore = void 0; var vectorStore_1 = require("./vectorStore"); Object.defineProperty(exports, "VectorStore", { enumerable: true, get: function () { return vectorStore_1.VectorStore; } });