Giter VIP home page Giter VIP logo

paperqa's Introduction

๐Ÿค– paperQA : AI-Powered Chatbot for Scientific Papers ๐Ÿ“š

an interactive chatbot for understanding scientific papers and chatting with it.

Branching Convention

We follow the below branching convention

  1. Main Branch (main):

    The main branch represents the production-ready code. Directly reflects the code currently in production.

  2. Feature Branches:

    Create a new branch for each new feature or bug fix. Naming convention: feature/{feature-name} or bugfix/{bug-description}. Branch off from the main branch. Once the feature is complete, merge it back into the main branch.

Commit Convention

each commit needs to be descriptive of the changes and should follow the following convention

{label}: descriptive message

where {label} can be feat , fix, chore, docs, or refactor

paperqa's People

Contributors

aswanthkrishna avatar

Watchers

 avatar  avatar

paperqa's Issues

Environment Setup #2

  1. setup python environments using either anaconda or poetry package managers.
  2. setup OPENAI_API tokens
  3. configure any other environment variables

Basic Setup #1

Setup a simple Q&A pipeline for a single research paper loaded from a PDF file in a jupyter notebook environment.

Follow the basic tutorial given in llamaindex: [https://docs.llamaindex.ai/en/stable/end_to_end_tutorials/question_and_answer.html]

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.