Resonance Lattice
Copyright (c) 2026 Kane Snyder

Licensed under the Business Source License 1.1 — see LICENSE.md for the
licence text and the change-date / change-licence terms.

This product bundles or depends on the following third-party software:

------------------------------------------------------------------------

Encoder model
- Alibaba-NLP/gte-modernbert-base
  License: Apache 2.0
  Source:  https://huggingface.co/Alibaba-NLP/gte-modernbert-base
  Used as: default retrieval encoder, downloaded by `rlat install-encoder`.

Approximate-nearest-neighbour
- FAISS
  License: MIT
  Source:  https://github.com/facebookresearch/faiss

Inference runtimes
- ONNX Runtime
  License: MIT
  Source:  https://github.com/microsoft/onnxruntime
- Intel OpenVINO
  License: Apache 2.0
  Source:  https://github.com/openvinotoolkit/openvino
- PyTorch
  License: BSD 3-Clause
  Source:  https://github.com/pytorch/pytorch

LLM integration
- Anthropic Python SDK
  License: MIT
  Source:  https://github.com/anthropics/anthropic-sdk-python

Numerical / scientific stack
- NumPy
  License: BSD 3-Clause
  Source:  https://github.com/numpy/numpy
- Hugging Face Transformers
  License: Apache 2.0
  Source:  https://github.com/huggingface/transformers
  Used at build time only (under the `[build]` extra).
- Hugging Face datasets / huggingface_hub
  License: Apache 2.0
  Source:  https://github.com/huggingface/datasets

Storage / archive
- zstandard (python bindings)
  License: BSD 3-Clause
  Source:  https://github.com/indygreg/python-zstandard

Test / dev (under `[dev]` and `[bench]` extras only — not shipped to
end users):
- pytest, ruff, pyright, beir, chromadb, sentence-transformers,
  memory-profiler. See pyproject.toml for the full list. Each retains
  its upstream licence.

------------------------------------------------------------------------

This NOTICE file is provided for attribution. It does not modify the
terms of the BSL-1.1 licence under which Resonance Lattice itself is
distributed. For each third-party component above, the upstream
project's licence governs its use.
