pg_onnx: ONNX Runtime integrated with PostgreSQL #17574
kibae
started this conversation in
Show & Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, all 🤗
I'd like to introduce another personal project.
https://github.com/kibae/pg_onnx
I developed an extension for PostgreSQL that allows you to perform ML inference using data in the DB. Inside, the onnxruntime-server I introduced before is running.
You can infer directly from the data in the DB, or you can use triggers to update some columns with ML inference results when new data is added.
If you have any questions, please feel free to let me know.
Thank you.
Simple Usage
example of the result.
Using inference results with triggers
Beta Was this translation helpful? Give feedback.
All reactions