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.
1 parent a363755 commit 2d70319Copy full SHA for 2d70319
README.md
@@ -29,6 +29,12 @@ This allows AI models (such as Google's Vertex AI Gemini) to intelligently inter
29
go get github.com/octu0/polaris
30
```
31
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
38
## Simplified JSON Schema Definition
39
40
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
0 commit comments