forked from MarcellM01/TinySearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
19 lines (15 loc) · 912 Bytes
/
Copy pathNOTICE
File metadata and controls
19 lines (15 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.