mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-03 12:23:02 +01:00
Add Readme doc to fix failure to build tokenizer dependency
This commit is contained in:
parent
d55d7d53dc
commit
8c7ffd7aee
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue