AnswerDotAI / RAGatouille

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.07k stars 210 forks source link

ImportError: cannot import name 'PromptTemplate' from 'llama_index' (unknown location) #214

Closed manan-T closed 6 months ago

manan-T commented 6 months ago

from prompts import new_prompt, instruction_str, context from llama_index import PromptTemplate ImportError: cannot import name 'PromptTemplate' from 'llama_index' (unknown location) I am facing this issue. checked official documentation too.