Add documentation for postgresql uri

and the Generated documentation fixes

Signed-off-by: Josh Salomon <jsalomon@redhat.com>

Signed-off-by: Josh Salomon <jsalomon@redhat.com>
This commit is contained in:
Josh Salomon 2025-04-09 21:46:29 +03:00
parent e244a692ed
commit f60a6e76d9
3 changed files with 6 additions and 2 deletions

View file

@ -176,7 +176,10 @@ class Datasets(Protocol):
"type": "uri",
"uri": "huggingface://llamastack/simpleqa?split=train"
}
TODO: Add postgresql example here
- {
"type": "uri",
"uri": "postgresql://<user>:<password>@<host>:<port>/<database>?table=<tablename>"
}
- {
"type": "rows",
"rows": [