arcee-ai/code-llama-rag
Python
Captured source
source ↗published Sep 28, 2023seen 5dcaptured 16hhttp 200method plain
arcee-ai/code-llama-rag
Description: The first RAG retriever tuned particularly for code and code Llama
Language: Python
Stars: 12
Forks: 1
Open issues: 0
Created: 2023-09-28T14:44:56Z
Pushed: 2023-10-03T02:00:03Z
Default branch: master
Fork: no
Archived: no
README:
Contents
scripts directory has two scripts
1. python_funcs_info_dump.py looks at the python modules available to the runtime and makes a csv of each modules's functions (certain filters are applied) 2. generate_qa.py uses the csv generated from the above (made available via a commandline arg) and generates the required q&a file with four columns