Add Python version hint
haiku.rag needs Python 3.12
This commit is contained in:
parent
b9c22e634c
commit
b7174d63cb
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Retrieval-Augmented Generation (RAG) library built on LanceDB.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install
|
# Install
|
||||||
|
# Python 3.12 or newer required
|
||||||
uv pip install haiku.rag
|
uv pip install haiku.rag
|
||||||
|
|
||||||
# Add documents
|
# Add documents
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue