Coder Social home page Coder Social logo

lrml / docsgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arc53/docsgpt

0.0 0.0 0.0 36.81 MB

GPT-powered chat for documentation, chat with your documents

Home Page: https://docsgpt.arc53.com/

License: MIT License

Shell 0.88% JavaScript 2.75% Python 63.74% TypeScript 27.07% CSS 2.92% HTML 2.26% Dockerfile 0.37%

docsgpt's Introduction

DocsGPT ๐Ÿฆ–

Open-Source Documentation Assistant

DocsGPT is a cutting-edge open-source solution that streamlines the process of finding information in 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.

example1 example2 example3 example3

video-example-of-docs-gpt

Roadmap

You can find our Roadmap here. Please don't hesitate to contribute or create issues, it helps us make DocsGPT better!

Our open source models optimised for DocsGPT:

Name Base Model Requirements (or similar)
Docsgpt-7b-falcon Falcon-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

Features

Group 9

Useful links

Live preview

Join Our Discord

Guides

Interested in contributing?

How to use any other documentation

How to host it locally (so all data will stay on-premises)

Project structure

  • Application - Flask app (main application)

  • Extensions - Chrome extension

  • Scripts - Script that creates similarity search index and store for other libraries.

  • Frontend - Frontend uses Vite and React

QuickStart

Note: Make sure you have Docker installed

  1. Download and open this repository with git clone https://github.com/arc53/DocsGPT.git

  2. Create a .env file in your root directory and set the env variable OPENAI_API_KEY with your OpenAI API key and VITE_API_STREAMING to true or false, depending on if you want streaming answers or not It should look like this inside:

    OPENAI_API_KEY=Yourkey
    VITE_API_STREAMING=true
    SELF_HOSTED_MODEL=false
    

    See optional environment variables in the /.env-template and /application/.env_sample files.

  3. Run ./run-with-docker-compose.sh

  4. Navigate to http://localhost:5173/

To stop just run Ctrl + C

Development environments

Spin up mongo and redis

For development only 2 containers are used from 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

Run the backend

Make sure you have Python 3.10 or 3.11 installed.

  1. Export required environment variables
export CELERY_BROKER_URL=redis://localhost:6379/0   
export CELERY_RESULT_BACKEND=redis://localhost:6379/1
export MONGO_URI=mongodb://localhost:27017/docsgpt
  1. Prepare .env file Copy .env_sample and create .env with your OpenAI API token
  2. (optional) Create a Python virtual environment
python -m venv venv
. venv/bin/activate
  1. Change to application/ subdir and install dependencies for the backend
cd application/ 
pip install -r requirements.txt
  1. Run the app python wsgi.py
  2. Start worker with celery -A app.celery worker -l INFO

Start frontend

Make sure you have Node version 16 or higher.

  1. Navigate to /frontend folder
  2. Install dependencies npm install
  3. Run the app npm run dev

Built with ๐Ÿฆœ๏ธ๐Ÿ”— LangChain

docsgpt's People

Contributors

actions-user avatar ajaythapliyal avatar darth-pika-hu avatar dartpain avatar dependabot[bot] avatar ericgao888 avatar fernvenue avatar genie88 avatar idan-h avatar jaredbradley243 avatar larinam avatar lightshifted avatar lioness100 avatar m4n4n-j avatar mefengl avatar nazihkalo avatar pabik avatar pshriwise avatar rikschoonbeek avatar samzong avatar sukhacoder02 avatar tardigrde avatar taylors15 avatar tenokami avatar undrscoreex avatar vintrocode avatar yangchuansheng avatar yuchen9 avatar zillibub avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.