diff --git a/docs/python.md b/docs/python.md index 3bd93d00..bf1bdbce 100644 --- a/docs/python.md +++ b/docs/python.md @@ -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 ```