Code-QA is a script that allows for code file question and answering. It's built off of Paper-QA https://github.com/whitead/paper-qa. This is currently set to query documents in the /components/ sub folders only.
You'll need to have Conda installed https://conda.io/projects/conda/en/latest/user-guide/install/index.html
- Ensure you're using node v16 or higher
node -v conda create -m chain python=3.10conda activate chainpip install paper-qa