--- license: mit language: - en tags: - ColBERT --- Essentially contains ColBert V2 Repo from Huggingface along with a .ragatouille folder containing the indexed form of [Guidelines](https://huggingface.co/datasets/epfl-llm/guidelines) dataset. https://github.com/bclavie/RAGatouille # Usage ```py from ragatouille import RAGPretrainedModel RAG = RAGPretrainedModel.from_pretrained("Technoculture/guidelines-search") results = RAG.search("Hypertension, Male, 40yo", index_name="index") ```