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 RAG based chatbot using local llm, specially Olloma. The chatbot can go in internet via DuckduckGo to search relevant context to answer a given question for which no relevant context has been found in the vectors store. One use LangGraph for assessing the relevancy of a given llm answer.