Neural Retrieval-Augmented Generation for GitHub code blocks
Project description
LLM Retrieval Augmented Generation
short alias lrag
The original version of the NN RAG project was created by Waleed Khalid at the Computer Vision Laboratory, University of Würzburg, Germany.
Overview 📖
A minimal Retrieval-Augmented Generation (RAG) pipeline for code and dataset details.
This project aims to provide LLMs with additional context from the internet or local repos,
then optionally fine-tune the LLM for specific tasks.
Requirements
- Python 3.8+ recommended
- Pip or Conda for installing dependencies
- (Optional) GPU with CUDA if you plan to use
faiss-gpuor do large-scale training
Installing Dependencies
- Create and activate a virtual environment (recommended):
python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows
-
Latest Development Version
Install the latest version directly from GitHub:
pip install git+https://github.com/ABrain-One/nn-rag --upgrade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nn_rag-1.0.3.tar.gz.
File metadata
- Download URL: nn_rag-1.0.3.tar.gz
- Upload date:
- Size: 70.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70b944fc5a273c367cc6db4baa126f20345540f1c80ee8e416fbb229bf5850c6
|
|
| MD5 |
da816463f069a5d258259d36c4c0dd97
|
|
| BLAKE2b-256 |
3ab0e0f0e60335a7205c7724022ba942b42772f79386cd4c663c71c368faa5ff
|
File details
Details for the file nn_rag-1.0.3-py3-none-any.whl.
File metadata
- Download URL: nn_rag-1.0.3-py3-none-any.whl
- Upload date:
- Size: 70.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7d2efc465252e377184bd3ad47a3aa6d2a7e906b45d0020fddba9d3c5649c3a
|
|
| MD5 |
f5013e246fb75422f5f7eedca145ce0f
|
|
| BLAKE2b-256 |
6e61a9c3bbcd5c5ece0361e7f40d7cdd6f1a85f959aae673ecc8d048c7050527
|