Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.88 KB

MiniSearch

A minimalist search engine with integrated browser-based AI.

Live demo: https://felladrin-minisearch.hf.space

Features

Prerequisites

Getting started

The easiest way to get started is by using MiniSearch's Docker Image by running the following command:

docker run -p 7860:7860 ghcr.io/felladrin/minisearch:main

Then, open http://localhost:7860 in your browser and start searching!

Building and running from source

You can build and run it from the source if you don't want to use MiniSearch's Docker Image. For that, clone this repository and run the following command:

docker compose -f docker-compose.production.yml up --build

Searching via browser's address bar

You can set MiniSearch as your browser's address-bar search engine using the pattern http://localhost:7860/?q=%s, in which your search term replaces %s.

Contributing

MiniSearch is open-source and contributions are welcome!

Fork this repository and clone it. Then, start the development server by running the following command:

docker compose up

Make your changes, push them to your fork, and open a pull request!