We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ai
1 parent a1625a9 commit 779c7e2Copy full SHA for 779c7e2
ext/ai/README.md
@@ -0,0 +1,25 @@
1
+# Supabase AI module
2
+
3
+This crate is part of the Supabase Edge Runtime stack and implements AI related
4
+features for the `Supabase.ai` namespace.
5
6
+## Model Execution Engine
7
8
+`Supabase.ai` uses [onnxruntime](https://onnxruntime.ai/) as internal model
9
+execution engine, backend by [ort pyke](https://ort.pyke.io/) rust bindings.
10
11
+TODO: add photo
12
13
+Following there's specific documentation for both "lands":
14
15
+<details>
16
+ <summary>Javascript/Frontend</summary>
17
+</details>
18
19
20
+ <summary>Rust/Backend</summary>
21
22
23
+onnxruntime:
24
25
+the Session class:
0 commit comments