{"repo":"raulcarlomagno/qdrant_vsql","free":true,"listed":false,"github":"https://github.com/raulcarlomagno/qdrant_vsql","clone":"git clone https://github.com/raulcarlomagno/qdrant_vsql.git","description":"Bringing some SQL to Qdrant","language":"Python","stars":19,"topics":["python","qdrant","sql","vector-database","vsql"],"license":"MIT","category":"databases-storage","readme_excerpt":"Qdrant VSQL 🚀 Overview Qdrant VSQL (VectorSQL) is an ambitious Python library aiming to bring a SQL-like query interface to Qdrant vector databases. Currently, it provides a robust solution for converting SQL-like WHERE clauses into Qdrant Filter objects, simplifying complex filtering logic. Maybe Qdrant VSQL will evolve into a comprehensive SQL interface for Qdrant, potentially becoming a standard for vector database interactions. Imagine writing intuitive SQL queries for all your Qdrant operations, from filtering to vector similarity search, aggregation, and more! ✨ Current Features (Filtering) - SQL-like Syntax : Write familiar WHERE clauses (e.g., age 30 AND city = 'New York' ). - Comprehensive Operator Support : Includes = , != , < , , = , 'value' must not: [{\"key\": \"field\", \"match\": {\"value\": \"value\"}}] Negation of exact match. field IN ('val1', 'val2') {\"key\": \"field\", \"match\": {\"any\": [\"val1\", \"val2\"]}} Matches if field is any of the values. field NOT IN ('val1', 'val2') must not: [{\"key\": \"field\", \"match\": {\"any\": [\"val1\", \"val2\"]}}] Matches if field is none of the values. field BETWEEN val1 AND val2 {\"key\": \"field\", \"range\": {\"gte\": val1, \"lte\": val2}} Inclusive range for numbers. field NOT BETWEEN val1 AND val2 must not: [{\"key\": \"field\", \"range\": {\"gte\": val1, \"lte\": val2}}] Negation of inclusive range. field value {\"key\": \"field\", \"range\": {\"gt\": value}} Greater than. field = value {\"key\": \"field\", \"range\": {\"gte\": value}} Greater than or equal. field = value {\"","default_branch":null,"files":null,"tree":[],"storefront":"/r/raulcarlomagno","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/raulcarlomagno/qdrant_vsql/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}