mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
* Add docusaurus documentation (to replace the docsify setup * Remove older docs * Specify documentation as the gh pages build action working directory
36 lines
1.7 KiB
Markdown
36 lines
1.7 KiB
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# 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)
|
|
- **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](/docs/features/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](/docs/clients/web.md), [Emacs](/docs/clients/emacs) or [Obsidian](/docs/clients/obsidian)
|
|
|
|
### Supported Interfaces
|
|
|
|
[](/docs/clients/emacs)
|
|
<span> </span>
|
|
[](/docs/clients/obsidian)
|
|
|
|
### Supported Data Sources
|
|
- markdown
|
|
- org-mode
|
|
- pdf
|
|
- [github](/docs/online-data-sources/github_integration.md)
|
|
- [notion](/docs/online-data-sources/notion_integration.md)
|