TinySearch
Copyright (c) 2026 TinySearch contributors

TinySearch source code is licensed under the MIT License. See LICENSE.

The Docker image installs third-party Python packages from requirements.txt and
their transitive dependencies. Those packages remain under their respective
upstream licenses.

TinySearch does not commit or bake ONNX embedding model files into this
repository or Docker image. When the ONNX backend is enabled, the running
application may download the selected model bundle from Hugging Face into the
configured models directory. Those model files are separate distributions under
their upstream model-card licenses.

The default fast embedding bundle is derived from all-MiniLM-L6-v2 and is
Apache-2.0. The balanced and quality presets use BAAI bge model bundles; check
their Hugging Face model cards before redistributing images, volumes, or
archives that include downloaded weights.
