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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesBoolean Query Languages

Syntax and logic for constructing complex filtering expressions.

Distinguishing note: Focuses on the construction of boolean logic for data retrieval.

Explore 6 awesome GitHub repositories matching data & databases · Boolean Query Languages. Refine with filters or upvote what's useful.

Awesome Boolean Query Languages GitHub Repositories

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

    qdrant/qdrant

    32,372GitHub पर देखें↗

    Qdrant is a high-performance vector similarity database designed to store, index, and search high-dimensional vectors alongside structured metadata. It functions as a distributed search engine that manages large-scale data clusters, providing low-latency retrieval and complex filtering capabilities. The system is built to serve as a specialized middleware layer, connecting machine learning pipelines and AI agents to persistent storage for intelligent information retrieval and recommendation tasks. The platform distinguishes itself through advanced retrieval techniques, including support for h

    Refines search criteria by creating complex expressions using nested logical operators like AND, OR, and NOT.

    Rustai-searchai-search-engineembeddings-similarity
    GitHub पर देखें↗32,372
  • lancedb/lancedblancedb का अवतार

    lancedb/lancedb

    9,031GitHub पर देखें↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Supports complex filtering expressions using boolean logic to find documents satisfying multiple conditions.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    GitHub पर देखें↗9,031
  • tagstudiodev/tagstudioTagStudioDev का अवतार

    TagStudioDev/TagStudio

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

    TagStudio is a database-driven digital asset manager designed to organize and categorize files without altering their physical location on disk. It utilizes a non-destructive metadata store to attach tags and custom fields to files via a separate database rather than modifying original file headers. The project is distinguished by a hierarchical tagging system that supports parent-child relationships and custom color palettes for visual organization. It includes a multi-format media previewer that generates thumbnails and playback for images, videos, audio, documents, and archives, as well as

    Implements a search engine using boolean operators, grouping, and nesting for complex metadata filtering.

    Pythondocument-management-systemfile-managermetadata
    GitHub पर देखें↗6,766
  • go-ego/riotgo-ego का अवतार

    go-ego/riot

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

    Riot एक Go-आधारित डिस्ट्रीब्यूटेड सर्च इंजन और इंडेक्सिंग सर्वर है जिसे फुल-टेक्स्ट इंडेक्सिंग और रिट्रीवल के लिए डिज़ाइन किया गया है। यह एक रिट्रीवल सिस्टम के रूप में कार्य करता है जो BM25 रैंकिंग एल्गोरिदम, टर्म फ्रीक्वेंसी और इनवर्स डॉक्यूमेंट फ्रीक्वेंसी का उपयोग करके दस्तावेजों को प्रासंगिकता के आधार पर सॉर्ट करता है। यह इंजन चीनी भाषा के लिए विशेष सपोर्ट प्रदान करता है, जिसमें समवर्ती टेक्स्ट सेगमेंटेशन और फोनेटिक Pinyin मैपिंग शामिल है ताकि रोमानाइज्ड इनपुट को कैरेक्टर्स के साथ मैच किया जा सके। यह एक डिस्ट्रीब्यूटेड आर्किटेक्चर का उपयोग करता है जो कई सर्वर नोड्स पर डेटा लोड और थ्रूपुट को संतुलित करने के लिए हैश-आधारित इंडेक्स शार्डिंग का उपयोग करता है।

    Implements a query language that combines search terms with AND, OR, and AND_NOT operators to refine results.

    Gogogolanggwk
    GitHub पर देखें↗6,059
  • lucaong/minisearchlucaong का अवतार

    lucaong/minisearch

    5,804GitHub पर देखें↗

    Provides boolean query composition with AND, OR, and AND_NOT operators for building complex search expressions.

    TypeScriptautocompleteautosuggestionedge-computing
    GitHub पर देखें↗5,804
  • jabref/jabrefJabRef का अवतार

    JabRef/jabref

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

    This project is a desktop-based bibliographic reference manager designed to organize academic research libraries and automate citation workflows. It functions as a research assistant that integrates directly with word processors and text editors, enabling users to insert and format references while writing. The application is built on a Java-based portable runtime, allowing it to operate as a self-contained tool that stores preferences and data in local configuration files. The platform distinguishes itself through a modular plugin architecture and a commitment to human-readable, text-based f

    Combines multiple search terms using logical operators to refine bibliographic result sets.

    Javaacademiaacademic-publicationsai
    GitHub पर देखें↗4,373
  1. Home
  2. Data & Databases
  3. Boolean Query Languages

सब-टैग एक्सप्लोर करें

  • Search Query CompositionCombines multiple subqueries with AND, OR, and AND_NOT operators to build complex search expressions from simple term matches. **Distinct from Boolean Query Languages:** Distinct from Boolean Query Languages: focuses on composing search subqueries with boolean operators, not general boolean expression syntax.