2024-01-07 15:58:15 +01:00
|
|
|
---
|
|
|
|
sidebar_position: 1
|
|
|
|
---
|
2023-07-29 21:42:36 +02:00
|
|
|
|
2024-01-07 15:58:15 +01:00
|
|
|
# Features
|
|
|
|
|
|
|
|
Khoj supports a variety of features, including search and chat with a wide range of data sources and interfaces.
|
|
|
|
|
|
|
|
#### [Search](/docs/features/search.md)
|
2023-07-29 21:42:36 +02:00
|
|
|
- **Local**: Your personal data stays local. All search and indexing is done on your machine.
|
2023-07-21 07:34:25 +02:00
|
|
|
- **Incremental**: Incremental search for a fast, search-as-you-type experience
|
2023-07-29 21:42:36 +02:00
|
|
|
|
2024-01-07 15:58:15 +01:00
|
|
|
#### [Chat](/docs/features/chat.md)
|
2023-07-21 07:34:25 +02:00
|
|
|
- **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
|
2023-07-29 21:42:36 +02:00
|
|
|
|
|
|
|
#### General
|
2023-07-21 07:34:25 +02:00
|
|
|
- **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
|
2024-01-07 15:58:15 +01:00
|
|
|
- **Multiple Interfaces**: Interact from your [Web Browser](/docs/clients/web.md), [Emacs](/docs/clients/emacs) or [Obsidian](/docs/clients/obsidian)
|
2023-07-29 21:42:36 +02:00
|
|
|
|
|
|
|
### Supported Interfaces
|
|
|
|
|
2024-01-07 15:58:15 +01:00
|
|
|
[![Khoj on Emacs](https://img.shields.io/badge/Emacs-%237F5AB6.svg?&style=for-the-badge&logo=gnu-emacs&logoColor=white)](/docs/clients/emacs)
|
2023-07-29 21:42:36 +02:00
|
|
|
<span> </span>
|
2024-01-07 15:58:15 +01:00
|
|
|
[![Khoj on Obsidian](https://img.shields.io/badge/Obsidian-%23483699.svg?style=for-the-badge&logo=obsidian&logoColor=white)](/docs/clients/obsidian)
|
2023-07-29 21:42:36 +02:00
|
|
|
|
|
|
|
### Supported Data Sources
|
2024-01-07 15:58:15 +01:00
|
|
|
- markdown
|
|
|
|
- org-mode
|
|
|
|
- pdf
|
|
|
|
- [github](/docs/online-data-sources/github_integration.md)
|
|
|
|
- [notion](/docs/online-data-sources/notion_integration.md)
|