Coder Social home page Coder Social logo

suzuke / docsgpt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arc53/docsgpt

0.0 0.0 0.0 35.72 MB

GPT-powered chat for documentation search & assistance.

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

License: MIT License

Shell 0.04% JavaScript 4.12% Python 66.35% TypeScript 18.92% CSS 3.66% HTML 6.43% Dockerfile 0.47%

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

Group 9

Roadmap

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

Preview

video-example-of-docs-gpt

Project structure

  • Application - flask app (main application)

  • Extensions - chrome extension

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

QuickStart

Please note: current vector database uses pandas Python documentation, thus responses will be related to it, if you want to use other docs please follow a guide below

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

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

Alternatively, you can use docker-compose to run the app via docker

  1. From the root folder run docker-compose build && docker-compose up

Deploy on Railway

How to install the Chrome extension

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

docsgpt's People

Contributors

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