mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-03 12:23:02 +01:00
bdb81260ac
Update stale credits to better reflect bigger open source dependencies
14 lines
730 B
Markdown
14 lines
730 B
Markdown
---
|
|
sidebar_position: 4
|
|
---
|
|
|
|
# Credits
|
|
Many Open Source projects are used to power Khoj. Here's a few of them:
|
|
|
|
- [Llama.cpp](https://github.com/ggerganov/llama.cpp) to chat with local LLM
|
|
- [SentenceTransformer](https://www.sbert.net/examples/applications/retrieve_rerank/README.html) for Text Search
|
|
- [HuggingFace](https://huggingface.co/) for hosting open-source chat and search models
|
|
- Charles Cave for [OrgNode Parser](http://members.optusnet.com.au/~charles57/GTD/orgnode.html)
|
|
- [Org.js](https://mooz.github.io/org-js/) to render Org-mode results on the Web interface
|
|
- [Markdown-it](https://github.com/markdown-it/markdown-it) to render Markdown results on the Web interface
|
|
- [Katex](https://katex.org/) to render math
|