diff --git a/README.md b/README.md index 1241dd20..4d933dea 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,12 @@ Language: English | [简体中文](./README_zh.md) ## Features -- Provides comprehensive Notebook functionality with a rich set of auxiliary tools, allowing for quick adoption based on existing setups. -- Supports kernel-level extensibility, enabling customization and further development at all layers. -- Defines workflows for large models, with built-in capabilities for model interaction and AI-powered assistance. +- 🚀 Provides comprehensive Notebook functionality with a rich set of auxiliary tools, allowing for quick adoption based on existing setups. +- 🌱 Supports kernel-level extensibility, enabling customization and further development at all layers. +- 🔮 Defines workflows for large models, with built-in capabilities for model interaction and AI-powered assistance. -

 

-

-🌟🌟🌟 If you like this project, feel free to give us a star! 🌟🌟🌟 -

-

 

- -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro_en.png) +![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro_homepage.png) --- @@ -74,26 +68,43 @@ For more details, please refer to [quick start](./apps/docs/docs/quickstart/inde ### AI Capability -- Error Fixing - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/error_debug.gif) - -- Chat - - Contextual Chat in Cells - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_chat.gif) - - - General AI Chat + + + + + + + + +
+ + Image 1 + +

AI Comletion

+
+ + Image 2 + +

Error Fixing

+
+ + Image 3 + +

AI Chat

+
+ + Image 4 + +

Code Explanation

+
+ + Image 5 + +

Code Optimization

+
+ +Click to enlarge -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/ai_chat.gif) - -- Code Explanation - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_explain.gif) - -- Code Optimization - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_opitimization.gif) ### Prompt Cell @@ -105,8 +116,11 @@ For more details, please refer to [quick start](./apps/docs/docs/quickstart/inde For more details, please refer to [prompt cell manual](./apps/docs/docs/manual/prompt-cell.md)。 -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/prompt_cell.gif) + + prompt cell + +Click to enlarge ### Sql Cell @@ -115,7 +129,11 @@ For more details, please refer to [prompt cell manual](./apps/docs/docs/manual/p For more details, please refer to [sql cell manual](./apps/docs/docs/manual/sql-cell.md)。 -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/sql_cell.gif) + + sql cell + + +Click to enlarge ## Technical Architecture diff --git a/README_zh.md b/README_zh.md index bdd4fc46..4a3b3ab5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,6 +1,6 @@ 语言: 中文 | [English](./README.md) -

+

libro:灵活定制、轻松集成的 Notebook 产品方案

@@ -9,24 +9,16 @@ NPM Downloads PRs Welcome website - discord -

## 特性 -- 提供完整的 Notebook 能力和丰富的周边功能,基于现有组合快速上手。 -- 提供内核级别的扩展能力,所有层次的内容均允许二次开发定制。 -- 定义大模型工作流,内置大模型交互和辅助开发能力。 - -

 

-

-🌟🌟🌟 如果您也喜欢这个项目,欢迎为我们点亮 🌟🌟🌟 -

-

 

+- 🚀 提供完整的 Notebook 能力和丰富的周边功能,基于现有组合快速上手。 +- 🌱 提供内核级别的扩展能力,所有层次的内容均允许二次开发定制。 +- 🔮 定义大模型工作流,内置大模型交互和辅助开发能力。 -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro.png) +![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/libro_homepage_zh.png) --- @@ -77,26 +69,41 @@ libro ### AI 能力 -- 错误修复 - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/error_debug_zh.gif) - -- AI 对话 - - 基于 Cell 上下文对话 - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_chat_zh.gif) + + + + + + + + +
+ + AI 代码补全 + +

AI 代码补全

+
+ + 错误修复 + +

错误修复

+
+ + AI 对话 + +

AI 对话

+
+ + 代码解释 + +

代码解释

+
+ + 代码优化 + +

代码优化

+
- - 通用对话 - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/ai_chat_zh.gif) - -- 代码解释 - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_explain_zh.gif) - -- 代码优化 - -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/cell_opitimization_zh.gif) ### Prompt Cell @@ -108,18 +115,22 @@ libro - 支持选择聊天标识,使得选择该聊天标识的 Prompt Cell 都在一个聊天上下文中。 - 支持 Prompt Cell 保存为一个变量,该变量即为 langchain 的 AIMessage。 -详情请阅读[prompt cell 指南](./apps/docs/docs/manual/prompt-cell.md)。 +详情请阅读 [prompt cell 指南](./apps/docs/docs/manual/prompt-cell.md)。 -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/prompt_cell_zh.gif) + + prompt cell + ### Sql Cell - 支持与 sql 的执行交互能力。 - 连接 sql 数据库即可在 notebook 中写 sql 代码。 -详情请阅读[sql cell 指南](./apps/docs/docs/manual/sql-cell.md)。 +详情请阅读 [sql cell 指南](./apps/docs/docs/manual/sql-cell.md)。 -![image](https://raw.githubusercontent.com/wiki/difizen/libro/assets/sql_cell_zh.gif) + + sql cell + ## 架构