Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinesmilelk committed Sep 19, 2024
1 parent f40a201 commit 1237e08
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

- [快速开始](#快速开始)
- [快速集成](#快速集成)
- [新特性](#新特性)
- [prompt cell](#prompt-cell)
- [sql cell](#sql-cell)
- [架构](#架构)
- [后续计划](#后续计划)
- [更多](#更多)
Expand Down Expand Up @@ -71,6 +74,22 @@ import { LibroJupyterModule } from "@difizen/libro-jupyter";
- Application: mana 上下文容器,建议放在应用的外层,多个 libro 示例可以共享上下文。
- LibroComponent:libro 视图组件,可以将 libro 视图嵌入到任意位置。

## 新特性

### Prompt Cell

- 增强直接与大模型交互的能力,支持文本对话,多模态表达等。
- 增强对于常见输出类型的交互能力,如在输出代码时给出复制、运行等操作能力。

![image](https://mdn.alipayobjects.com/huamei_zabatk/afts/img/A*i33lTJzPBrwAAAAAAAAAAAAADvyTAQ/original)

### Sql Cell

- 支持与 sql 的执行交互能力。
- 连接 sql 数据库即可在 notebook 中写 sql 代码。

![image](https://mdn.alipayobjects.com/huamei_zabatk/afts/img/A*u4bWT7pHcGMAAAAAAAAAAAAADvyTAQ/original)

## 架构

![image](https://mdn.alipayobjects.com/huamei_zabatk/afts/img/A*_3k6SK7AISwAAAAAAAAAAAAADvyTAQ/original)
Expand Down

0 comments on commit 1237e08

Please sign in to comment.