Local-RAG-Cookbot and Local-RAG-Chatbot-Rerank
These two tools are **ecosystem siblings**, both offering local RAG chatbots built with Ollama API and an internal knowledge base, but "Local-RAG-Chatbot-Rerank" specifically incorporates a reranking model alongside embeddings for context refinement, while "Local-RAG-Cookbot" uses an LLM model for the same purpose.
About Local-RAG-Cookbot
Violet-sword/Local-RAG-Cookbot
A Python project that deploys a Local RAG chatbot using Ollama API. Refines answers with internal RAG knowledge base, and uses both Embedding and LLM models.
About Local-RAG-Chatbot-Rerank
Violet-sword/Local-RAG-Chatbot-Rerank
A Python project that deploys a Local RAG chatbot using Ollama API and vLLM API. Refines answers with internal RAG knowledge base, using both Embedding and Rerank models to improve accuracy of context provided to LLM models.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work