An open API service indexing awesome lists of open source software.

https://github.com/dahsie/rag_based_chatbot

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.
https://github.com/dahsie/rag_based_chatbot

chatbot duckduckgo faiss-vector-database gradio langchain langgraph llm olloma rag

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project