AllAboutAI-YT / easy-local-rag

SuperEasy 100% Local RAG with Ollama + Email RAG
MIT License
675 stars 177 forks source link

Feature request: add support for follow-up prompts within the same context session #3

Closed craighaymond closed 4 months ago

craighaymond commented 4 months ago

currently the script exits after one prompt+response session with the LLM. Would be great to keep the context open and allow follow-up prompts.

AllAboutAI-YT commented 4 months ago

Noted :)

AllAboutAI-YT commented 4 months ago

Fixed