<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Smartchart开发手册</title>
    <link>https://help.smartchart.cn/en/docs/7.AIApplications/</link>
    <description>Recent content on Smartchart开发手册</description>
    <generator>Hugo -- gohugo.io</generator><atom:link href="https://help.smartchart.cn/en/docs/7.AIApplications/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/AISmartDev/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/AISmartDev/</guid>
      <description>Introduction # SmartChart deeply integrates AI into all major development interfaces: dataset development, chart configuration, and template development. You can describe requirements in natural language, and AI directly generates SQL, ECharts configurations, or HTML code, greatly improving development efficiency.
Use Cases # Generate SQL queries with natural language Generate ECharts chart configurations from descriptions Intelligent Q&amp;amp;A style data analysis Prerequisites # AI development features depend on a model data source named smtgpt.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/AgentDev/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/AgentDev/</guid>
      <description>Introduction # SmartChart Agents are built on large models + tool calling mechanisms. Agents identify user intent and automatically decide which tool to invoke (SQL queries, data writes, other agents, etc.), enabling complex conversational business processes like work reporting, data entry, and approvals.
Use Cases # Agent applications Agent Core Mechanism # SmartChart agents implement tool routing via the following conventions:
Return Format Meaning {&amp;quot;tool&amp;quot;:&amp;quot;local&amp;quot;,&amp;quot;sql&amp;quot;:&amp;quot;...&amp;quot;} Execute local SQL query {&amp;quot;tool&amp;quot;:&amp;quot;agent_name&amp;quot;,&amp;quot;msg&amp;quot;:&amp;quot;.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/AgentOrchestration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/AgentOrchestration/</guid>
      <description>Introduction # Agent orchestration is SmartChart&amp;rsquo;s capability for handling multi-step, multi-tool collaboration in complex AI scenarios. Through Python datasets, you can chain multiple agents, LLM calls, database queries, and data writes like writing a script, implementing complete AI business processes.
Use Cases # Connecting LLM + data + charts + forms + reach Complex logic flows needed Invoice review example Key Functions # Available in Python datasets:
Data Read Functions # # Get dataset via connection name and SQL ds_sql(conn_name, sql) # Read any file or webpage ds_read(file_or_url, encoding=&amp;#34;utf-8&amp;#34;, clean=True, max_length=None, as_base64=False, selector=&amp;#39;&amp;#39;) # When selector is not empty (e.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://help.smartchart.cn/en/docs/7.AIApplications/VectorDatabase/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://help.smartchart.cn/en/docs/7.AIApplications/VectorDatabase/</guid>
      <description>Introduction # SmartChart supports vector database integration, converting text to vectors and storing them for semantic knowledge retrieval (RAG). This is the core technology for building enterprise private knowledge bases and intelligent Q&amp;amp;A bots. SmartChart supports PostgreSQL + pgvector, and also StarRocks vectorization (enterprise). Once configured, semantic queries in Python datasets find the most relevant knowledge fragments, then pass them to LLM for accurate answers.
Use Cases # Knowledge management Vector Database Installation # Example: Installing PostgreSQL on Linux</description>
    </item>
    
  </channel>
</rss>
