awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • asg017/sqlite-vecasg017 का अवतार

    asg017/sqlite-vec

    6,961GitHub पर देखें↗

    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
    GitHub पर देखें↗6,961
  • oceanbase/minioboceanbase का अवतार

    oceanbase/miniob

    4,318GitHub पर देखें↗

    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
    GitHub पर देखें↗4,318
  1. Home
  2. Data & Databases
  3. Vector Search
  4. Vector Arithmetic