Commit 1c3105e
committed
docs(examples): document pre-release install + slow local-runtime timeout
Cover recurring install/usage questions from the issue tracker:
- #130 / #24: openkb pins a pre-release dependency (pageindex==0.3.0.dev1),
which uv/pip skip by default. Show `uv tool install --prerelease=allow` /
`pip install --pre`, plus a PATH note for the "command not found" case.
- #140: local runtimes (LM Studio on Mac, Ollama, llama.cpp) abort on the
default request timeout; document raising litellm.timeout in config.
Claude-Session: https://claude.ai/code/session_018WiFnTo1YW9mtw47Fzir9K1 parent 9530615 commit 1c3105e
1 file changed
Lines changed: 28 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
8 | 29 | | |
9 | 30 | | |
10 | 31 | | |
| |||
85 | 106 | | |
86 | 107 | | |
87 | 108 | | |
88 | | - | |
| 109 | + | |
89 | 110 | | |
90 | | - | |
91 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
92 | 115 | | |
93 | 116 | | |
94 | | - | |
| 117 | + | |
95 | 118 | | |
96 | 119 | | |
97 | 120 | | |
98 | | - | |
| 121 | + | |
99 | 122 | | |
100 | 123 | | |
101 | 124 | | |
| |||
0 commit comments