https://github.com/nsrCodes/local-RAG-poc.git
just an attempt to try to create a local RAG system that can help easily understand complex documents
python conversations.py <path to pdf>mxbai-embed-largeqwen2.5:7b-instruct-q8_0 (tried mixtral large and phi3 and llama3, at q4 and q8(wherever available). Qwen models felt like the best. )ollama (it is really hard to run these models via code and keep them dynamic during this POC stage, might pickup later)langchain (no preference, just the first framework that got suggested)pip3 freeze > requirements.txt