FastGPT is a knowledge-based platform built on the LLM, offers out-of-the-box data processing and model invocation capabilities, allows for workflow orchestration through Flow visualization!
Go to file
Archer 0f3418daf5
Some checks failed
Deploy image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy image by kubeconfig / update-docs-image (push) Blocked by required conditions
Deploy image to vercel / deploy-production (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Has been cancelled
Sync images / sync (push) Has been cancelled
Publish app - feishu and wecom (#2375)
* feat(app publish): feishu bot (#2290)

* feat: feishu publish channel fe

* feat: enable feishu fe,
feat: feishu token api

* feat: feishu bot

* chore: extract saveChat from projects/app

* chore: remove debug log output

* feat: Basic Info

* chore: feishu bot fe adjusting

* feat: feishu bot docs

* feat: new tmpData collection for all tmpdata

* chore: compress the image

* perf: feishu config

* feat: source name

* perf: text desc

* perf: load system plugins

* perf: chat source

* feat(publish): Wecom bot (#2343)

* chore: Wecom Config

* feat(fe): wecom config fe

* feat: wecom fe

* chore: uses the newest editmodal

* feat: update png; adjust the fe

* chore: adjust fe

* perf: publish app ui

---------

Co-authored-by: Finley Ge <32237950+FinleyGe@users.noreply.github.com>
2024-08-13 21:52:18 +08:00
.github fix: the helm release failed due to version handle (#2199) 2024-07-31 10:19:42 +08:00
.husky perf: ui 2023-06-10 14:01:35 +08:00
.vscode File input (#2270) 2024-08-06 10:00:22 +08:00
bin fix: the helm release failed due to version handle (#2199) 2024-07-31 10:19:42 +08:00
docSite Publish app - feishu and wecom (#2375) 2024-08-13 21:52:18 +08:00
files feat: 4.8.9 doc (#2334) 2024-08-12 13:58:04 +08:00
packages Publish app - feishu and wecom (#2375) 2024-08-13 21:52:18 +08:00
projects Publish app - feishu and wecom (#2375) 2024-08-13 21:52:18 +08:00
python fix(docs): home host typo (#2352) 2024-08-13 10:04:34 +08:00
scripts scripts: add delete-unused-keys (#2115) 2024-07-22 15:03:35 +08:00
.dockerignore 4.6.5- CoreferenceResolution Module (#631) 2023-12-22 10:47:31 +08:00
.gitignore 4.7 doc update (#1068) 2024-03-27 12:50:07 +08:00
.imgbotconfig docs: update font and cdn (#696) 2024-01-05 18:02:53 +08:00
.npmrc Plugin runtime (#2050) 2024-07-15 22:50:48 +08:00
.prettierignore 4.8.8 test fix (#2143) 2024-07-24 16:02:53 +08:00
.prettierrc.js README 2023-03-28 00:48:24 +08:00
LICENSE fix(typo): fixed typo in license (#1800) 2024-06-19 17:06:14 +08:00
Makefile Sandbox (#1610) (#1611) 2024-05-28 14:47:10 +08:00
README.md Update README.md (#2335) 2024-08-12 13:58:49 +08:00
README_en.md Update README (#1589) 2024-05-24 21:12:26 +08:00
README_ja.md 4.7.1-alpha2 (#1153) 2024-04-08 21:17:33 +08:00
dev.md Chat-perf (#2117) 2024-07-22 18:25:25 +08:00
package.json scripts: add delete-unused-keys (#2115) 2024-07-22 15:03:35 +08:00
pnpm-lock.yaml perf: remove unuse code (#2227) 2024-07-31 15:43:58 +08:00
pnpm-workspace.yaml feat: Text check before synchronization (#689) 2024-01-04 23:19:24 +08:00
tsconfig.json 4.8.7 test (#2058) 2024-07-16 16:55:12 +08:00

fastgpt logo

FastGPT

English | 简体中文 | 日语

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.

cloud document development license

discord

https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409bd33f6d4

🛸 Use Cloud Services

Cloud: fastgpt.in

Demo Demo
Demo Demo
#

💡 Features

1 Application Orchestration Features

  • Offers a straightforward mode, eliminating the need for complex orchestration
  • Provides clear next-step instructions in dialogues
  • Facilitates workflow orchestration
  • Tracks references in source files
  • Encapsulates modules for enhanced reuse at multiple levels
  • Combines search and reordering functions
  • Includes a tool module
  • Integrates Laf for online HTTP module creation
  • Plugin encapsulation capabilities

2 Knowledge Base Features

  • Allows for the mixed use of multiple databases
  • Keeps track of modifications and deletions in data chunks
  • Enables specific vector models for each knowledge base
  • Stores original source files
  • Supports direct input and segment-based QA import
  • Compatible with a variety of file formats: pdf, docx, txt, html, md, csv
  • Facilitates URL reading and bulk CSV importing
  • Supports PPT and Excel file import
  • Features a file reader
  • Offers diverse data preprocessing options

3 Application Debugging Features

  • Enables targeted search testing within the knowledge base
  • Allows feedback, editing, and deletion during conversations
  • Presents the full context of interactions
  • Displays all intermediate values within modules
  • Advanced DeBug mode for orchestration

4 OpenAPI Interface

  • The completions interface (aligned with GPT's chat mode interface)
  • CRUD operations for the knowledge base
  • CRUD operations for conversations

5 Operational Features

  • Share without requiring login
  • Easy embedding with Iframe
  • Customizable chat window embedding with features like default open, drag-and-drop
  • Centralizes conversation records for review and annotation
#

👨‍💻 Development

Project tech stack: NextJs + TS + ChakraUI + Mongo + Postgres (Vector plugin)

🏘️ Community & support

  • 🌐 Visit the FastGPT website for full documentation and useful links.
  • 💬 Join our Discord server is to chat with FastGPT developers and other FastGPT users. This is a good place to learn about FastGPT, ask questions, and share your experiences.
  • 🐞 Create GitHub Issues for bug reports and feature requests.
#

👀 Others

# #

🤝 Third-party Ecosystem

#

🌟 Star History

Star History Chart