Third-Party Licenses
Licenses and attribution for third-party artifacts bundled into Berserk images
Berserk's third-party software dependencies (Rust, Go, and Node packages) are tracked automatically in the generated CycloneDX SBOM. This page covers artifacts that ship inside release images but are not package-manager dependencies, so they fall outside that generated list and are recorded by hand.
Embedding model — potion-base-32M
The semantic-search operator (vsearch) uses a static word-embedding model
that is baked into the query and nursery container images. When vsearch
is disabled (the default — see Cluster Admin), the model
is present in the image but never loaded.
| Model | minishlab/potion-base-32M |
| Author | Minish Lab (Stephan Tulkens, Thomas van Dongen) |
| Pinned revision | 1e5a03f8eeb2c98b928fbbd846f22f816360919f |
| License | MIT |
| Built with | model2vec |
| Distilled from | BAAI/bge-base-en-v1.5 (MIT) |
The model was produced by distilling the BAAI/bge-base-en-v1.5 sentence
transformer with the model2vec framework. Both the distilled model and its
teacher are MIT-licensed; their notices are reproduced below.
potion-base-32M / model2vec — MIT License
MIT License
Copyright (c) 2024 Thomas van Dongen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.Teacher model BAAI/bge-base-en-v1.5 (FlagEmbedding) — MIT License
MIT License
Copyright (c) 2022 staoxiao
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.