Add Readme doc to fix failure to build tokenizer dependency

This commit is contained in:
Debanjum Singh Solanky 2023-01-05 20:09:36 -03:00
parent d55d7d53dc
commit 8c7ffd7aee

View file

@ -168,6 +168,14 @@ pip install --upgrade khoj-assistant
- Symptom: Errors out with \"Killed\" in error message in Docker
- Fix: Increase RAM available to Docker Containers in Docker Settings
- Refer: [StackOverflow Solution](https://stackoverflow.com/a/50770267), [Configure Resources on Docker for Mac](https://docs.docker.com/desktop/mac/#resources)
- Symptom: `pip install khoj-assistant` fails while building the `tokenizers` dependency. Complains about Rust.
- Fix: Install Rust to build the tokenizers package. For example on Mac run:
```shell
brew install rustup
rustup-init
source ~/.cargo/env
```
- Refer: [Issue with Fix](https://github.com/debanjum/khoj/issues/82#issuecomment-1241890946) for more details
# Advanced Usage
## Access Khoj on Mobile