added and improved some third party licences

This commit is contained in:
Falko Victor Habel 2024-05-18 21:16:25 +02:00
parent 16e554e050
commit 6a9f4ce203
1 changed files with 3 additions and 2 deletions

View File

@ -88,5 +88,6 @@ In `terminal` mode, context is provided through command-line arguments as a sing
## License
`Fabelous-Ai-Chat` is made available under the [MIT license](.../.././LICENSE). For more details, please refer to the LICENSE file included in the distribution.
This project includes as standard models, models from [Mistral AI](https://mistral.ai/) and [Mixedbread.ai](https://www.mixedbread.ai/), which are made available under the Apache 2.0 license. For more details, check out there model pages on Ollama:
[Mistral](https://ollama.com/library/mistral) and [mxbai-embed-large](https://ollama.com/library/mxbai-embed-large)
This project uses the models from [Mistral AI](https://mistral.ai/) and [Mixedbread.ai](https://www.mixedbread.ai/) as standard, which are made available under the Apache 2.0 license. For more details, check out there model pages on Ollama:
[Mistral](https://ollama.com/library/mistral) and [mxbai-embed-large](https://ollama.com/library/mxbai-embed-large).
This project also uses [ChromaDB](https://www.trychroma.com/) as the vector database. It is also available under the Apache 2.0 License. For more information checkout it's [GitHub](https://github.com/chroma-core/chroma) Page.