You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A personal RAG based chatbot that uses llama-3.1-8B-instrcut-Q4_K_M.gguf model as its llm and ChromaDB to store and repond to the user on their day to day queries. Intelligent session management wi…
A genral RAG Search chatbot, with SoTA RAG techniques such as HyDE, Hybrid retrieval with BM25 + RRF and Cross encoder reranking. Evaluated on the BEIR scifact dataset and compared all the differen…