Read and manage papers easily with language model.
- Clone this repository.
git clone https://github.com/hakuturu583/paperbot.git
- Install poetry
- Setup environment with poetry.
cd paperbot
poetry install .
- Setup qdrant cloud
Please access this URL and register setup your qdrant instance.
- Export environment variable for qdrant.
export QDRANT_API_KEY={API_KEY_OF_YOUR_QDRANT_INSTANCE}
export QDRANT_URI={URL_OF_YOUR_QDRANT_INSTANCE}
-
Contract Open AI API and get API key. See also this.
-
Export environment variable for Open AI.
export OPENAI_API_KEY={API_KEY_OF_OPENAI}
- Summary paper.
- Answer question about paper.
- Japanese support.
- Gradio integration.
- Slack integration.
- Find paper with arxiv API.