Easily use and train state of the art late-interaction retrieval methods (ColBERT) in any RAG pipeline. Designed for modularity and ease-of-use, backed by research.
Apache License 2.0
3.09k
stars
211
forks
source link
ValueError: RAGatouille is not installed. Please install it with `pip install ragatouille`. #228
I'm trying out RAGatouilleRetrieverPack from the llama_pack.
For some reason, it says that RAGatouille is not installed, when in reality I have installed it. Here's my
requirements.txt
(quite length)I hope to try out ColBERTv2. Any help is appreciated.