Skip to content

Commit 9347157

Browse files
committedJan 8, 2025·
add
1 parent 6f7cf12 commit 9347157

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed
 

‎_drafts/2025-01-08-greptimedb-en.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: "Companies Should Provide AI Context or Agents to Facilitate Integration"
4+
---
5+
6+
I have a friend who works at Greptime DB, and I’ve been thinking about how to quickly integrate their product into existing systems.
7+
8+
## Context
9+
10+
One potential approach is to provide more AI context. Greptime DB could organize its documentation in a way that is compatible with AI tools like ChatGPT, streamlining the integration process.
11+
12+
Greptime DB offers documentation at [https://greptime.com](https://greptime.com), but I wonder if tools like ChatGPT or DeepSeek can efficiently process all the pages in their documentation. Additionally, a wealth of information is spread across GitHub repositories, issues, internal documents, public documents, and other pieces of hidden knowledge that aren’t explicitly documented.
13+
14+
To address this, Greptime DB might need to create several specialized GPTs. For example, they could create prompts like this:
15+
16+
```
17+
Greptime Docs, https://docs.greptime.com
18+
* [Quickstart](https://docs.greptime.com/getting-started/quick-start)
19+
* [User Guide](https://docs.greptime.com/user-guide/overview)
20+
* [Demos](https://github.com/GreptimeTeam/demo-scene)
21+
* [FAQ](https://docs.greptime.com/faq-and-others/faq)
22+
23+
Please review these documents before answering any user queries.
24+
```
25+
26+
This would allow users to interact with a GPT-based chatbot that answers questions based on the documentation, ensuring more accurate responses.
27+
28+
## Agent
29+
30+
I envision a tool called `greptimedb-agent` to simplify the integration process.
31+
32+
Imagine running a simple command like:
33+
34+
```bash
35+
pip install greptimedb-agent
36+
greptimedb-agent
37+
```
38+
39+
`greptimedb-agent` would intelligently gather information about the current system, such as the machine details and the existing code, in order to understand the context and decide how best to integrate Greptime DB.
40+
41+
This command would automatically update your code to integrate Greptime DB, seamlessly replacing your current database with Greptime DB in just a few steps.
42+

‎_drafts/2025-01-08-greptimedb-zh.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: post
3+
title: "公司应提供 AI 上下文或代理来促进集成"
4+
---
5+
6+
我有一个朋友在 Greptime DB 工作,最近我一直在思考如何快速将他们的产品集成到现有系统中。
7+
8+
## 上下文
9+
10+
一种可能的做法是提供更多的 AI 上下文。Greptime DB 可以将其文档组织成与 AI 工具(如 ChatGPT)兼容的形式,从而简化集成过程。
11+
12+
Greptime DB 提供的文档可以在 [https://greptime.com](https://greptime.com) 找到,但我在想像 ChatGPT 或 DeepSeek 这样的工具能否有效处理所有页面的内容。此外,很多信息分布在 GitHub 仓库、问题跟踪、内部文档、公共文档以及其他没有明确记录的隐性知识中。
13+
14+
为了解决这个问题,Greptime DB 可能需要创建几个定制化的 GPT。例如,他们可以编写类似这样的提示:
15+
16+
```
17+
Greptime Docs, https://docs.greptime.com
18+
* [快速入门](https://docs.greptime.com/getting-started/quick-start)
19+
* [用户指南](https://docs.greptime.com/user-guide/overview)
20+
* [示例](https://github.com/GreptimeTeam/demo-scene)
21+
* [FAQ](https://docs.greptime.com/faq-and-others/faq)
22+
23+
在回答用户问题之前,请先查看这些文档。
24+
```
25+
26+
这样,用户就可以与一个基于 GPT 的聊天机器人互动,获取基于文档的回答,从而确保更准确的回应。
27+
28+
## 代理
29+
30+
我设想有一个名为 `greptimedb-agent` 的工具,可以简化集成过程。
31+
32+
想象一下,只需要运行一个简单的命令:
33+
34+
```bash
35+
pip install greptimedb-agent
36+
greptimedb-agent
37+
```
38+
39+
`greptimedb-agent` 会智能地收集当前系统的信息,例如机器详细信息和现有代码,以了解上下文并决定如何最适合地集成 Greptime DB。
40+
41+
这个命令会自动更新你的代码,将当前数据库替换为 Greptime DB,只需几步即可完成集成。
42+

0 commit comments

Comments
 (0)