-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathTHIRD_PARTY_LICENSES
More file actions
33 lines (21 loc) · 939 Bytes
/
THIRD_PARTY_LICENSES
File metadata and controls
33 lines (21 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Third-Party Licenses
Context-Engine uses the following open source packages:
## Apache License 2.0
- **qdrant-client** - https://github.com/qdrant/qdrant-client
- **watchdog** - https://github.com/gorakhargosh/watchdog
## MIT License
- **mcp** - https://github.com/anthropics/mcp
- **fastmcp** - https://github.com/jlowin/fastmcp
- **python-toon** - https://github.com/toon-spec/python-toon
- **tree-sitter** - https://github.com/tree-sitter/py-tree-sitter
- **fastembed** - https://github.com/qdrant/fastembed
- **fastapi** - https://github.com/tiangolo/fastapi
- **uvicorn** - https://github.com/encode/uvicorn
- **jinja2** - https://github.com/pallets/jinja
- **orjson** - https://github.com/ijl/orjson
## BSD License
- **tokenizers** - https://github.com/huggingface/tokenizers
## Other
- **onnxruntime** - MIT License - https://github.com/microsoft/onnxruntime
---
For full license texts, see each project's repository.