Fix typo, thanks @bd_mkt
This commit is contained in:
parent
a7fd41d24f
commit
baedf65415
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from pathlib import Path
|
|||
from haiku.rag.client import HaikuRAG
|
||||
|
||||
# Use as async context manager (recommended)
|
||||
async with HaikuRAG("path/to/database.lancedb") as client:
|
||||
async with HaikuRAG("Path(path/to/database.lancedb")) as client:
|
||||
# Your code here
|
||||
pass
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue