mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Add Readme doc to fix failure to build tokenizer dependency
This commit is contained in:
@@ -168,6 +168,14 @@ pip install --upgrade khoj-assistant
|
|||||||
- Symptom: Errors out with \"Killed\" in error message in Docker
|
- Symptom: Errors out with \"Killed\" in error message in Docker
|
||||||
- Fix: Increase RAM available to Docker Containers in Docker Settings
|
- 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)
|
- 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
|
# Advanced Usage
|
||||||
## Access Khoj on Mobile
|
## Access Khoj on Mobile
|
||||||
|
|||||||
Reference in New Issue
Block a user