Skip to content

RX-Run3/rx_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Install it with:

git clone ssh://git@gitlab.cern.ch:7999/rx_run3/rx_rag.git
pip install rx_rag

The access point for this project is rag. The project can:

# print models that can be downloaded

rag print --kind models

# Download a model or multiple
rag download --models mpnet_base,minilm

# Index a codebase with that model
rag index --category rx --model minilm

# Quering
rag query -c rx -m all_minilm -t "RDFGetter loading data from RK analysis, muon channel"

About

Project used to build LLM for RX in run3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages