-
Notifications
You must be signed in to change notification settings - Fork 285
chore: add generated docs for python API #785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
d48ee36 to
8c9c27a
Compare
8c9c27a to
dcfa205
Compare
| UV_PROJECT_ENVIRONMENT=/usr/local/ | ||
| WORKDIR /build | ||
| COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /uvx /bin/ | ||
| COPY --from=ghcr.io/astral-sh/uv:0.7.10 /uv /uvx /bin/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JamesGuthrie should I change this as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!
JamesGuthrie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBH the vectorizer api documentation is not useful. Especially when compared with what we have in https://github.com/timescale/pgai/blob/main/docs/vectorizer/api-reference.md.
IMHO we would need to tweak it quite a bit in order to provide the same level of experience as what we have for the sql API.
Add the command `just pgai generate-docs` to update the docs. The `just install-commit-hook` will also install a hook that updates the docs automatically, if any `projects/pgai/pgai/*.python` file changes.
dcfa205 to
a9728e4
Compare
35e80a5 to
f15011e
Compare
No description provided.