mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
4b24472106
* docs(i18n): translate batch 1 * docs(i18n): translate batch 2 * docs(i18n): translate batch 3 (20 files) - openapi/: app, share - faq/: all 8 files - use-cases/: index, external-integration (5 files), app-cases (4 files) Translated using North American style with natural, concise language. Preserved MDX syntax, code blocks, images, and component imports. * docs(i18n): translate protocol docs * docs(i18n): translate introduction docs (part 1) * docs(i18n): translate use-cases docs * docs(i18n): translate introduction docs (part 2 - batch 1) * docs(i18n): translate final 9 files * fix(i18n): fix YAML and MDX syntax errors in translated files - Add quotes to description with colon in submit_application_template.en.mdx - Remove duplicate Chinese content in translate-subtitle-using-gpt.en.mdx - Fix unclosed details tag issue * docs(i18n): translate all meta.json navigation files * fix(i18n): translate Chinese separators in meta.en.json files * translate * translate * i18n --------- Co-authored-by: archer <archer@archerdeMac-mini.local> Co-authored-by: archer <545436317@qq.com>
51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
---
|
|
title: Quick Start
|
|
description: Get started with FastGPT basics
|
|
---
|
|
|
|
For more tips, [watch the video tutorial](https://www.bilibili.com/video/BV1sH4y1T7s9)
|
|
|
|
## Knowledge Base
|
|
|
|
Before you begin, prepare a test document — Word, PDF, TXT, Excel, or Markdown all work. For example, a company leave policy, non-confidential sales scripts, or product documentation.
|
|
|
|
We'll use the FastGPT Chinese README file as an example.
|
|
|
|
First, create a Knowledge Base.
|
|
|
|

|
|
|
|
After creating the Knowledge Base, upload some content.
|
|
|
|
There are four upload modes:
|
|
- Manual Input: Enter QA pairs manually — the most precise method
|
|
- QA Split: Upload a text file and let AI generate QA pairs automatically
|
|
- Direct Chunking: Upload a text file and split it into segments directly
|
|
- CSV Import: Batch import QA pairs
|
|
|
|
Here we'll use QA Split to let AI generate QA pairs automatically. You can edit them manually later if the quality isn't satisfactory.
|
|
|
|

|
|
|
|
After uploading, wait for processing to complete until the file status shows as available.
|
|
|
|

|
|
|
|
## Application
|
|
|
|
Click the "Application" button to create a new app. There are four templates — select "Knowledge Base + Chat Guide."
|
|
|
|

|
|
|
|
After creating the app, go to the detail page, find the "Knowledge Base" section, and add the Knowledge Base you just created.
|
|
|
|

|
|
|
|
After adding the Knowledge Base, click "Save and Preview" to link your app with the Knowledge Base.
|
|
|
|

|
|
|
|
Now you're ready to start chatting.
|
|
|
|

|