Giter Site home page Giter Site logo

chriscarrollsmith / docsgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arc53/docsgpt

0.0 0.0 0.0 36.41 MB

GPT-powered chat for documentation search & assistance.

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

License: MIT License

Shell 0.04% JavaScript 4.00% Python 63.47% TypeScript 22.49% CSS 3.46% HTML 6.09% Dockerfile 0.45%

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

Features

Group 9

Roadmap

You can find our Roadmap here, please don't hesitate contributing or creating issues, it helps us make DocsGPT better!

Project structure

  • Application - flask app (main application)

  • Extensions - chrome extension

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

  • frontend - frontend in vite and

QuickStart

Note: Make sure you have docker installed

  1. Open dowload this repository with git clone https://github.com/arc53/DocsGPT.git
  2. Create .env file in your root directory and set your OPENAI_API_KEY with your openai api key
  3. Run docker-compose build && docker-compose up
  4. Navigate to http://localhost:5173/

To stop just run Ctrl + C

Development environments

Spin up only 2 containers from docker-compose.yaml (by deleting all services except for redis and mongo)

Make sure you have python 3.10 or 3.11 installed

  1. Navigate to /application folder
  2. Install dependencies pip install -r requirements.txt
  3. Prepare .env file Copy .env_sample and create .env with your openai api token
  4. Run the app python app.py
  5. Start worker with celery -A app.celery worker -l INFO

To start frontend

  1. Navigate to /frontend folder
  2. Install dependencies npm install
  3. In the file .env.development instead of VITE_API_HOST = https://docsapi.arc53.com use VITE_API_HOST=http://localhost:5001
  4. Run the app
  5. npm run dev

How to install the Chrome extension

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

docsgpt's People

Contributors

dartpain avatar ajaythapliyal avatar taylors15 avatar pabik avatar tenokami avatar m4n4n-j avatar dependabot[bot] avatar mefengl avatar jaredbradley243 avatar vintrocode avatar lightshifted avatar genie88 avatar fernvenue avatar pshriwise avatar lioness100 avatar ericgao888 avatar yuchen9 avatar yangchuansheng 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.