awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pat/thinking-sphinx

Open-source alternatives to Thinking Sphinx

30 open-source projects similar to pat/thinking-sphinx, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Thinking Sphinx alternative.

  • sunspot/sunspotsunspot avatar

    sunspot/sunspot

    2,984View on GitHub↗

    Solr-powered search for Ruby objects

    JavaScript
    View on GitHub↗2,984
  • elastic/elasticsearch-rubyelastic avatar

    elastic/elasticsearch-ruby

    1,977View on GitHub↗

    Ruby integrations for Elasticsearch

    Rubyclientelasticelasticsearch
    View on GitHub↗1,977
  • brexhq/prompt-engineeringbrexhq avatar

    brexhq/prompt-engineering

    9,538View on GitHub↗

    This project is a comprehensive guide and framework for large language model prompt engineering. It provides a collection of techniques and patterns for optimizing model responses through structured system prompts, context management, and a variety of implementation patterns. The project focuses on several specialized domains, including the creation of autonomous agents through reasoning loops and the implementation of retrieval augmented generation to inject semantic context into prompts. It also provides methods for enforcing structured outputs in serialization formats like JSON or YAML for

    View on GitHub↗9,538
  • pluginaweek/state_machinepluginaweek avatar

    pluginaweek/state_machine

    3,722View on GitHub↗

    This project is a Ruby library for defining and managing object lifecycles through states, events, and transition rules. It functions as a declarative workflow engine that enforces business logic by restricting attribute changes to predefined, valid paths within Ruby classes. The library distinguishes itself through deep integration with database persistence layers, allowing it to automatically synchronize state changes with data models, validation frameworks, and transaction management. It supports dynamic configuration, enabling the construction of lifecycle rules at runtime from external d

    Ruby
    View on GitHub↗3,722

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • xlang-ai/instructor-embeddingxlang-ai avatar

    xlang-ai/instructor-embedding

    2,024View on GitHub↗

    Instructor-embedding is a natural language processing framework designed to transform unstructured text into high-dimensional numerical vectors. By utilizing a transformer-based encoder architecture, the system facilitates semantic retrieval, data classification, and similarity analysis across large datasets. The framework distinguishes itself through instruction-conditioned vector projection, which incorporates natural language instructions directly into the embedding process to improve performance for specific tasks without requiring additional training. It functions as a contrastive learni

    Pythonembeddingsinformation-retrievallanguage-model
    View on GitHub↗2,024
  • elabs/punditelabs avatar

    elabs/pundit

    8,509View on GitHub↗

    Pundit is a Ruby authorization framework that implements policy-based access control. It maps domain models to dedicated logic classes that determine whether a user is permitted to perform specific actions on data objects. The framework utilizes plain Ruby objects to decouple authorization logic from the model. It includes mechanisms for data query scoping to filter record collections based on user permissions, as well as attribute-level permission control to restrict which specific model fields a user can modify. The system provides tools for authorization coverage verification to ensure se

    Ruby
    View on GitHub↗8,509
  • bear-metal/tunemygcB

    bear-metal/tunemygc

    0View on GitHub↗
    View on GitHub↗0
  • algolia/algoliasearch-laravelalgolia avatar

    algolia/algoliasearch-laravel

    238View on GitHub↗

    Deprecated We now recommend using Laravel Scout, see =>

    PHP
    View on GitHub↗238
  • deivid-rodriguez/byebugdeivid-rodriguez avatar

    deivid-rodriguez/byebug

    3,353View on GitHub↗

    Debugging in Ruby

    Ruby
    View on GitHub↗3,353
  • colszowka/simplecovcolszowka avatar

    colszowka/simplecov

    4,902View on GitHub↗

    SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat

    Ruby
    View on GitHub↗4,902
  • django-es/django-elasticsearch-dsldjango-es avatar

    django-es/django-elasticsearch-dsl

    1,057View on GitHub↗

    This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.

    Python
    View on GitHub↗1,057
  • django-haystack/django-haystackdjango-haystack avatar

    django-haystack/django-haystack

    3,739View on GitHub↗

    Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications. It provides a unified interface for defining search schemas and managing how data models are indexed and stored across different search engines. The framework acts as a modular backend wrapper, allowing applications to switch between interchangeable search providers without rewriting core search logic. It standardizes interactions with external engines through a decoupled provider layer, facilitating search engine migration by changing configuration settings. The system cove

    Python
    View on GitHub↗3,739
  • httprb/http.rbH

    httprb/http.rb

    0View on GitHub↗
    View on GitHub↗0
  • elabs/refileE

    elabs/refile

    0View on GitHub↗
    View on GitHub↗0
  • balvig/spykebalvig avatar

    balvig/spyke

    904View on GitHub↗

    Interact with REST services in an ActiveRecord-like manner

    Ruby
    View on GitHub↗904
  • etianen/django-watsonetianen avatar

    etianen/django-watson

    1,244View on GitHub↗

    Full-text multi-table search application for Django. Easy to install and use, with good performance.

    Python
    View on GitHub↗1,244
  • elasticquent/elasticquentelasticquent avatar

    elasticquent/Elasticquent

    1,359View on GitHub↗

    Maps Laravel Eloquent models to Elasticsearch types

    PHP
    View on GitHub↗1,359
  • celluloid/timersC

    celluloid/timers

    0View on GitHub↗
    View on GitHub↗0
  • eventmachine/eventmachineeventmachine avatar

    eventmachine/eventmachine

    4,283View on GitHub↗

    EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing non-blocking network and file operations. It functions as a network server framework used to build scalable TCP and UDP servers and clients that process multiple simultaneous requests. The framework implements a concurrency model that dispatches network events to registered handlers using a single-threaded event loop. This approach allows for the management of high-concurrency network connections without the overhead of multi-threaded programming. The library covers the devel

    Ruby
    View on GitHub↗4,283
  • ffi/ffiffi avatar

    ffi/ffi

    2,131View on GitHub↗

    Ruby FFI

    Ruby
    View on GitHub↗2,131
  • galetahub/ckeditorgaletahub avatar

    galetahub/ckeditor

    2,227View on GitHub↗

    Ckeditor 4.x integration gem for rails

    Ruby
    View on GitHub↗2,227
  • github/linguistG

    github/linguist

    0View on GitHub↗
    View on GitHub↗0
  • github/markupgithub avatar

    github/markup

    6,034View on GitHub↗

    Markup is a tool for converting various documentation formats and manual pages into structured HTML. It functions as a rendering engine selector and converter that transforms raw markup files into web-ready output using a pluggable pipeline. The system identifies the appropriate rendering engine by utilizing file extensions or analyzing document content through pattern-based language detection. This allows the pipeline to handle documents where file extensions are missing or ambiguous. The project covers a broad range of content transformation, including the conversion of traditional man pag

    Rubyreadme
    View on GitHub↗6,034
  • gocardless/statesmangocardless avatar

    gocardless/statesman

    1,901View on GitHub↗

    A statesmanlike state machine library.

    Ruby
    View on GitHub↗1,901
  • grosser/parallelgrosser avatar

    grosser/parallel

    4,261View on GitHub↗

    Parallel is a Ruby library and multi-process execution framework designed to accelerate CPU-intensive operations. It functions as a parallel job orchestrator and concurrent task runner that enables the execution of code across multiple processes or threads. The project distinguishes itself through secure inter-process communication, utilizing signed data serialization to prevent the injection of forged payloads between parent and child processes. It further differentiates its worker management by assigning unique identifiers to individual processes to prevent collisions when accessing shared

    Ruby
    View on GitHub↗4,261
  • hexorx/countrieshexorx avatar

    hexorx/countries

    2,355View on GitHub↗

    All sorts of useful information about every country packaged as convenient little country objects. It includes data from ISO 3166 (countries and states/subdivisions ), ISO 4217 (currency), and E.164 (phone numbers).

    Ruby
    View on GitHub↗2,355
  • elastic/elasticsearch-railselastic avatar

    elastic/elasticsearch-rails

    3,085View on GitHub↗

    Elasticsearch integrations for ActiveModel/Record and Ruby on Rails

    Ruby
    View on GitHub↗3,085
  • huobazi/carrierwave-qiniuH

    huobazi/carrierwave-qiniu

    0View on GitHub↗
    View on GitHub↗0
  • imdrasil/hermes.crimdrasil avatar

    imdrasil/hermes.cr

    38View on GitHub↗

    Datamapper like Crystal ORM and adapter for Elasticsearch

    Crystal
    View on GitHub↗38
  • capistrano/chrubyC

    capistrano/chruby

    0View on GitHub↗
    View on GitHub↗0