Skip to content

Commit 529beed

Browse files
author
Zhong, Yu
committed
doc: update README
1 parent 0862b51 commit 529beed

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# OpenChatBI
22

3-
OpenChatBI is an intelligent chat-based BI tool powered by large language models, designed to help users query, analyze,
4-
and visualize data through natural language conversations. It uses LangGraph and LangChain ecosystem to build chat agent
5-
and workflows that support natural language to SQL conversion and data analysis.
3+
OpenChatBI is an open source, chat-based intelligent BI tool powered by large language models, designed to help users
4+
query, analyze, and visualize data through natural language conversations. Built on LangGraph and LangChain ecosystem,
5+
it provides chat agents and workflows that support natural language to SQL conversion and streamlined data analysis.
66

77
## Core Features
88

99
1. **Natural Language Interaction**: Get data analysis results by asking questions in natural language
1010
2. **Automatic SQL Generation**: Convert natural language queries into SQL statements using advanced text2sql workflows
1111
with schema linking and well organized prompt engineering
12-
3. **Data Catalog Management**: Automatically discovers and indexes database table structures, supports flexible catalog storage backends, and easily maintains business explanations for tables and columns as well as optimizes Prompts.
12+
3. **Data Catalog Management**: Automatically discovers and indexes database table structures, supports flexible catalog
13+
storage backends, and easily maintains business explanations for tables and columns as well as optimizes Prompts.
1314
4. **Knowledge Base Integration**: Answer complex questions by combining catalog based knowledge retrival and external
1415
knowledge base retrival (via MCP tools)
1516
5. **Code Execution**: Execute Python code for data analysis and visualization

0 commit comments

Comments
 (0)