schema: 1 bugzilla: product: Toolkit component: Storage origin: name: sqlite-vec description: > An extremely small, "fast enough" vector search SQLite extension that runs anywhere! url: https://github.com/asg017/sqlite-vec release: v0.1.7-alpha.2 (2025-01-10T14:54:13-08:00). revision: v0.1.7-alpha.2 license: MIT license-file: LICENSE-MIT notes: > Please check for eventual limitations of this extension on the Github page official documentation. vendoring: url: https://github.com/asg017/sqlite-vec source-hosting: github tracking: tag vendor-directory: third_party/sqlite3/ext/sqlite-vec skip-vendoring-steps: - update-moz-build exclude: - "**" include: - LICENSE-MIT - VERSION - sqlite-vec.c keep: - moz.yaml - patches/* - vendor.sh patches: - 'patches/*.patch' update-actions: - action: move-file from: '{vendor_dir}/VERSION' to: '{vendor_dir}/VERSION.txt' - action: run-script script: '{yaml_dir}/vendor.sh' cwd: '{vendor_dir}'