Skip to content

Commit 779c7e2

Browse files
committed
stamp: starting with ai docs
- to rebase later
1 parent a1625a9 commit 779c7e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ext/ai/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<details>
20+
<summary>Rust/Backend</summary>
21+
</details>
22+
23+
onnxruntime:
24+
25+
the Session class:

0 commit comments

Comments
 (0)