ruecat / ollama-telegram

🦙 Ollama Telegram bot, with advanced configuration
MIT License
298 stars 82 forks source link

RAG possibl? #57

Open drmetro09 opened 5 months ago

drmetro09 commented 5 months ago

Is RAG possible , like i upload a pdf to the bot and query the pdf by chatting with the bot and the bot gives answers based on the pdf rather than using the llm knowledge

ruecat commented 5 months ago

Most likely you will exceed model context and LLM start hallucinating, but the implementation is possible

drmetro09 commented 5 months ago

Will this feature come ?