Install it with:
git clone ssh://git@gitlab.cern.ch:7999/rx_run3/rx_rag.git
pip install rx_ragThe 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"