Skip to content

Commit 2d70319

Browse files
committed
add arch overview
1 parent a363755 commit 2d70319

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ This allows AI models (such as Google's Vertex AI Gemini) to intelligently inter
2929
go get github.com/octu0/polaris
3030
```
3131

32+
## Architecture overview
33+
34+
<h1 align="center" style="border-bottom: none">
35+
<img src="docs/polaris-arch.svg" alt="Polaris Architecture">
36+
</h1>
37+
3238
## Simplified JSON Schema Definition
3339

3440
Defining the structure (Schema) for your functions is significantly easier with `polaris` compared to standard Go structures for AI Function Calling.

docs/polaris-arch.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)