awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesVector Arithmetic

Mathematical operations for deriving new vector coordinates through summation, subtraction, or averaging.

Distinct from Vector Search: Focuses on element-wise vector algebra for coordinate derivation, unlike general similarity search or LLM parameter arithmetic.

Explore 2 awesome GitHub repositories matching data & databases · Vector Arithmetic. Refine with filters or upvote what's useful.

Awesome Vector Arithmetic GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • asg017/sqlite-vecAvatar asg017

    asg017/sqlite-vec

    6,961Vezi pe GitHub↗

    sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in

    The vector search extension computes the sum, difference, or mean of vectors to derive new coordinates from existing data.

    Csqlitesqlite-extension
    Vezi pe GitHub↗6,961
  • oceanbase/miniobAvatar oceanbase

    oceanbase/miniob

    4,318Vezi pe GitHub↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    Supports element-wise vector addition, subtraction, and multiplication in SQL queries.

    C++classroomcplusplusdatabase
    Vezi pe GitHub↗4,318
  1. Home
  2. Data & Databases
  3. Vector Search
  4. Vector Arithmetic