Edit model card

Essentially contains ColBert V2 Repo from Huggingface along with a .ragatouille folder containing the indexed form of Guidelines dataset. https://github.com/bclavie/RAGatouille

Usage

from ragatouille import RAGPretrainedModel

RAG = RAGPretrainedModel.from_pretrained("Technoculture/guidelines-search")
results = RAG.search("Hypertension, Male, 40yo", index_name="index")
Downloads last month
6
Safetensors
Model size
110M params
Tensor type
I64
·
F32
·
Unable to determine this model’s pipeline type. Check the docs .