About DocsGPT
Find the information in your documentation through AI-powered {' '} open-source{' '} chatbot. Powered by GPT-3, Faiss and LangChain.
If you want to add your own documentation, please follow the instruction below:
1. Navigate to{' '} /application folder
2. Install dependencies from{' '} pip install -r requirements.txt
3. Prepare a .env file. Copy .env_sample and create .env with your OpenAI API token
4. Run the app with{' '} python app.py
Currently It uses{' '} DocsGPT{' '} documentation, so it will respond to information relevant to{' '} DocsGPT. If you want to train it on different documentation - please follow {' '} this guide .
If you want to launch it on your own server - follow {' '} this guide .