2024-01-07 15:58:15 +01:00
|
|
|
---
|
|
|
|
sidebar_position: 4
|
|
|
|
---
|
|
|
|
|
|
|
|
# Credits
|
|
|
|
Many Open Source projects are used to power Khoj. Here's a few of them:
|
2023-07-29 21:42:36 +02:00
|
|
|
|
2024-08-23 05:27:58 +02:00
|
|
|
- [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
|
2023-07-29 21:42:36 +02:00
|
|
|
- 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
|
2024-08-23 05:27:58 +02:00
|
|
|
- [Katex](https://katex.org/) to render math
|