-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add PostgreSQL as a possible viewer #3121
Conversation
Add documentation for how to use PostgreSQL with pgai to access the dataset.
@@ -44,6 +44,8 @@ | |||
title: Pandas | |||
- local: polars | |||
title: Polars | |||
- local: postgresql | |||
title: PostgreSQL |
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.
can you also add the link inside parquet_process.md
?
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.
cool addition!
could make sense to add it to https://huggingface.co/docs/hub/datasets-libraries too in the future, maybe
@julien-c addressed your comments. Yeah https://huggingface.co/docs/hub/datasets-libraries would be cool. Do you think we should try to get Push to hub abilities in before we do that? |
Push to hub would be awesome! do you see some demand for this from |
Not yet. But we've just added load_datasets so I think it will take people a bit to catch on. |
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.
ok pinging @lhoestq for a review but this PR lgtm
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Great ! Also interested in a push to hub feature, but not need for it to start sharing about this online imo !
Let me know if you post about it online I can re-share with the community :)
Btw I've seen people interested in RAG applications for code documentation lately, let me know if you ever do a demo on this topic
could make sense to add it to https://huggingface.co/docs/hub/datasets-libraries too in the future, maybe
We might re-organize this indeed, it's a bit suprising to me to have libraries in the Viewer's docs compared to libraries integrated with the Hub directly (especially for tools like pgai
that provide deep integrations). Anyway I'll keep you posted if we move this page to make it more visible :)
Awesome ! glad to see it's getting good reception as well :)
ok ! |
Add documentation for how to use PostgreSQL with pgai to access the dataset.