https://github.com/ConnectAI-E/TalkBase
💬 Write data into lark-base tables in a chat way,power by TypeChat.
https://github.com/ConnectAI-E/TalkBase
basescript lark typechat
Last synced: 28 days ago
JSON representation
💬 Write data into lark-base tables in a chat way,power by TypeChat.
- Host: GitHub
- URL: https://github.com/ConnectAI-E/TalkBase
- Owner: ConnectAI-E
- License: mit
- Created: 2023-07-30T13:40:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T04:01:58.000Z (over 1 year ago)
- Last Synced: 2025-03-31T13:15:38.085Z (about 2 months ago)
- Topics: basescript, lark, typechat
- Language: TypeScript
- Homepage: https://talkbase.connectai.site/
- Size: 232 KB
- Stars: 50
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-BaseScript - Talk-Base - Extract any data from natural language and enter it into (Hacker_Job)
README
Introduction ·
Deploy Your Own ·
Setting Up Locally ·
Tech Stack ·
Contributing ·
License
## Introduction
TalkBase is an open-source AI chatbot that uses [TypeChat](https://github.com/microsoft/TypeChat) and the [Vercel AI SDK](https://sdk.vercel.ai/docs) to interact with natural language.
🐵 Easily enter data by natural language , with the requirements table field meta and descriptions.
🐵 Only English? no! any langguage such as Chinese
🙈 automatically describe the purpose of the table and give text suggestions for entering data
🙈 perfectly compatible with field annotations of multi-dimensional tables, add more field information
## Quick Start
1️⃣ open the grayscale qualification for base extension
https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=c55n4142-fce8-4792-b851-f92c9c7d8300
2️⃣ copy talk-base online link to the extension script address
```
https://talkbase.connectai.site/
```3️⃣ start to chat-base ~
## Dev Local
To set up talkBase locally, you'll need to clone the repository and set up the following environment variables:
- `OPENAI_API_KEY` – your OpenAI API key (you can get one [here](https://platform.openai.com/account/api-keys))
1️⃣ clone deme
```
git clone https://github.com/ConnectAI-E/BaseScript-LinkPreview
pnpm install
pnpm dev
```2️⃣ copy talkbase dev link to the extension script address
```
http://localhost:5173/
```## Deploy your own
You can deploy your own version of TalkBase with one-click:
[](https://vercel.com/new/clone?repository-url=https://github.com/ConnectAI-E/TalkBase&env=OPENAI_API_KEY&project-name=chat-calc&repository-name=Chat-Base)
## Tech Stack
ChatH is built on the following stack:
- [Next.js](https://nextjs.org/) –framework
- [TypeChat](https://github.com/microsoft/TypeChat) –llm framework
- [BaseScript](https://github.com/ConnectAI-E/Awesome-BaseScript) -lark base script plugin
- [Vercel](https://vercel.com) - deployments
- [TailwindCSS](https://tailwindcss.com/) – css styles## Communication
## License
Licensed under the [MIT license](https://github.com/connectai-e/chat-base/blob/main/LICENSE.md).