Skip to content

Palak-aiml/Index_Engine

Repository files navigation

Index Engine

Build Status License: MIT

Index Engine is a modular, extensible framework for building, querying, and managing data indexes. Designed for flexibility and performance, it supports a variety of data sources and retrieval strategies.

Features

  • Modular index architecture
  • Pluggable data sources
  • Efficient querying
  • Extensible with custom modules

Installation

Clone the repository and install with pip:

git clone https://github.com/Palak-aiml/Index_Engine.git
cd Index_Engine
pip install .

Usage

Add and search documents programmatically:

from index_engine.core import IndexEngine
engine = IndexEngine()
engine.add_document('doc1', 'Hello world!')
print(engine.search('Hello'))

Or use the CLI:

python -m index_engine.cli --add doc1 "Hello world!"
python -m index_engine.cli --search Hello

Documentation

See docs/README.md for full documentation, modules, and testing instructions.


© 2026 Index Engine. MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages