Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9a75eadf8 | |||
| 30f127449e | |||
| dce18779a2 |
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -35,7 +35,7 @@ Not yet published to PyPI. Install directly from the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone
|
# Clone
|
||||||
git clone https://github.com/nomyo-ai/async-semantic-llm-cache.git
|
git clone https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git
|
||||||
cd prompt-cache
|
cd prompt-cache
|
||||||
|
|
||||||
# Core (exact match only, SQLite backend)
|
# Core (exact match only, SQLite backend)
|
||||||
|
|
@ -55,12 +55,12 @@ Or install directly via pip from git:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Core only
|
# Core only
|
||||||
pip install "git+https://github.com/nomyo-ai/async-semantic-llm-cache.git"
|
pip install "git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git"
|
||||||
|
|
||||||
# With extras — use PEP 508 @ syntax (extras after the URL don't work with pip)
|
# With extras — use PEP 508 @ syntax (extras after the URL don't work with pip)
|
||||||
pip install "semantic-llm-cache[semantic] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git"
|
pip install "semantic-llm-cache[semantic] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git"
|
||||||
pip install "semantic-llm-cache[redis] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git"
|
pip install "semantic-llm-cache[redis] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git"
|
||||||
pip install "semantic-llm-cache[all] @ git+https://github.com/nomyo-ai/async-semantic-llm-cache.git"
|
pip install "semantic-llm-cache[all] @ git+https://bitfreedom.net/code/nomyo-ai/async-semantic-llm-cache.git"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue