mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
d0e84385f2
This allows jumping to page via VSCode IDE and on docs website
34 lines
1.5 KiB
Markdown
34 lines
1.5 KiB
Markdown
## Features
|
|
|
|
#### [Search](search.md)
|
|
- **Local**: Your personal data stays local. All search and indexing is done on your machine.
|
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
|
|
|
#### [Chat](chat.md)
|
|
- **Faster answers**: Find answers faster, smoother than search. No need to manually scan through your notes to find answers.
|
|
- **Iterative discovery**: Iteratively explore and (re-)discover your notes
|
|
- **Assisted creativity**: Smoothly weave across answers retrieval and content generation
|
|
|
|
#### General
|
|
- **Natural**: Advanced natural language understanding using Transformer based ML Models
|
|
- **Pluggable**: Modular architecture makes it easy to plug in new data sources, frontends and ML models
|
|
- **Multiple Sources**: Index your Org-mode and Markdown notes, PDF files, Github repositories, and Photos
|
|
- **Multiple Interfaces**: Interact from your [Web Browser](./web.md), [Emacs](./emacs.md) or [Obsidian](./obsidian.md)
|
|
|
|
### Supported Interfaces
|
|
|
|
[![Khoj on Emacs](https://img.shields.io/badge/Emacs-%237F5AB6.svg?&style=for-the-badge&logo=gnu-emacs&logoColor=white)](./emacs.md)
|
|
<span> </span>
|
|
[![Khoj on Obsidian](https://img.shields.io/badge/Obsidian-%23483699.svg?style=for-the-badge&logo=obsidian&logoColor=white)](./obsidian.md)
|
|
|
|
### Supported Data Sources
|
|
- markdown*
|
|
- org-mode*
|
|
- pdf*
|
|
- images*
|
|
- [github](./github_integration.md)
|
|
- [notion](./notion_integration.md)
|
|
|
|
\* These data sources are offline only.
|
|
|
|
If you're using Github or Notion, you can get on a waitlist for [Khoj Cloud](https://khoj.dev).
|