Vector Storage & Search Plugin for MySQL
Die Hauptfunktionen von askdba/myvector sind: Server and Infrastructure.
Open-Source-Alternativen zu askdba/myvector sind unter anderem: helgesverre/sql-splitter — Split large SQL dump files into individual table files. Fast, memory-efficient, multi-dialect. mariadb/server — This project is an open source relational database management system and SQL database designed for storing and… mariadb4j/mariadb4j — MariaDB Embedded in Java JAR. mysql/mysql-server — MySQL Server is a relational database management system designed to organize and store structured information. It… mysql/mysql-utilities — MySQL Utilities is a set of easy-to-use scripts intended to make working with MySQL servers easier. percona/percona-server — Percona Server.
This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su
MySQL Server is a relational database management system designed to organize and store structured information. It functions as a comprehensive SQL server platform that provides reliable transactional integrity and high-performance query execution for enterprise data management. The system distinguishes itself through a pluggable storage engine architecture that decouples logical query processing from physical data storage, allowing for specialized handling of diverse workloads. It maintains data consistency and high concurrency through multi-version concurrency control and write-ahead logging
Split large SQL dump files into individual table files. Fast, memory-efficient, multi-dialect.