
Open-Source Documentation Assistant
DocsGPT is a cutting-edge open-source solution that streamlines the process of finding information in the project documentation. With its integration of the powerful GPT models, developers can easily ask questions about a project and receive accurate answers.
Say goodbye to time-consuming manual searches, and let DocsGPT help you quickly find the information you need. Try it out and see how it revolutionizes your project documentation experience. Contribute to its development and be a part of the future of AI-powered assistance.
https://github.com/arc53/DocsGPT https://github.com/arc53/DocsGPT https://github.com/arc53/DocsGPT/blob/main/LICENSE !link to *** !X (formerly ***) URL
We're eager to provide personalized assistance when deploying your DocsGPT to a live environment.
!video-example-of-docs-gpt
You can find our roadmap https://github.com/orgs/arc53/projects/2. Please don't hesitate to contribute or create issues, it helps us improve DocsGPT!
| Name | Base Model | Requirements (or similar) |
|---|---|---|
| Docsgpt-7b-mistral | Mistral-7b | 1xA10G gpu |
| Docsgpt-14b | llama-2-14b | 2xA10 gpu's |
| Docsgpt-40b-falcon | falcon-40b | 8xA10G gpu's |
If you don't have enough resources to run it, you can use bitsnbytes to quantize.
!Main features of DocsGPT showcasing six main features
:mag: :fire: Cloud Version
:speech_balloon: :tada: Join our ***
:books: :sunglasses: Guides
:couple: https://github.com/arc53/DocsGPT/blob/main/CONTRIBUTING.md
:file_folder: :rocket: How to use any other documentation
:house: :closed_lock_with_key: How to host it locally (so all data will stay on-premises)
Application - Flask app (main application).
Extensions - Chrome extension.
Scripts - Script that creates similarity search index for other libraries.
Frontend - Frontend uses Vite and React.
[!Note] Make sure you have Docker installed
On Mac OS or Linux, write:
./setup.sh
It will install all the dependencies and allow you to download the local model, use OpenAI or use our LLM API.
Otherwise, refer to this Guide for Windows:
Download and open this repository with git clone https://github.com/arc53/DocsGPT.git
Create a .env file in your root directory and set the env variables and VITE_API_STREAMING to true or false, depending on whether you want streaming answers or not.
It should look like this inside:
LLM_NAME=[docsgpt or openai or others] VITE_API_STREAMING=true API_KEY=[if LLM_NAME is openai]
See optional environment variables in the https://github.com/arc53/DocsGPT/blob/main/.env-template and https://github.com/arc53/DocsGPT/blob/main/application/.env_sample files.
Run https://github.com/arc53/DocsGPT/blob/main/run-with-docker-compose.sh.
Navigate to http://localhost:5173/.
To stop, just run Ctrl + C.
For development, only two containers are used from https://github.com/arc53/DocsGPT/blob/main/docker-compose.yaml (by deleting all services except for Redis and Mongo). See file docker-compose-dev.yaml.
Run
docker compose -f docker-compose-dev.yaml build docker compose -f docker-compose-dev.yaml up -d
[!Note] Make sure you have Python 3.10 or 3.11 installed.
.env file in the project folder:
.env.(check out application/core/settings.py if you want to see more config options.)
a) On Mac OS and Linux
commandlinepython -m venv venv . venv/bin/activate
b) On Windows
commandlinepython -m venv venv venv/Scripts/activate
model/ folder:
You can use the script below, or download it manually from here, unzip it and save it in the model/ folder.commandlinewget https://d3dg1063dc54p9.cloudfront.net/models/embeddings/mpnet-base-v2.zip unzip mpnet-base-v2.zip -d model rm mpnet-base-v2.zip
commandlinepip install -r application/requirements.txt
flask --app application/app.py run --host=0.0.0.0 --port=7091.celery -A application.app.celery worker -l INFO.[!Note] Make sure you have Node version 16 or higher.
husky and vite (ignore if already installed).commandlinenpm install husky -g npm install vite -g
npm install --include=dev.npm run dev.Please refer to the CONTRIBUTING.md file for information about how to get involved. We welcome issues, questions, and pull requests.
We as members, contributors, and leaders, pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. Please refer to the CODE_OF_CONDUCT.md file for more information about contributing.
The source code license is MIT, as described in the LICENSE file.
Built with https://github.com/hwchase17/langchain
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务