Wrapper application around upstream Vanna with: - Tenant-aware ChromaDB memory (per program/store) - ClickHouse RLS runner with introspection guards - PT-BR system prompt and chat translations - Custom Plotly chart generator (ranked bar, datetime coercion) - Embed bootstrap (theme pierce + i18n + markdown) shared by demo and React app - Event sink for chat turn observability
11 lines
430 B
XML
11 lines
430 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true">
|
|
<defs>
|
|
<linearGradient id="cpRing" x1="0%" y1="50%" x2="100%" y2="50%">
|
|
<stop offset="0%" stop-color="#F46A1F"/>
|
|
<stop offset="55%" stop-color="#EE5A23"/>
|
|
<stop offset="100%" stop-color="#5E1F6E"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="50" cy="50" r="34" fill="none" stroke="url(#cpRing)" stroke-width="22"/>
|
|
</svg>
|