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

https://github.com/devroopsaha744/langchat

A RAG based QnA Application over the LangChain documentation.
https://github.com/devroopsaha744/langchat

Last synced: 3 months ago
JSON representation

A RAG based QnA Application over the LangChain documentation.

Awesome Lists containing this project

README

        

# LangChat
A RAG based QnA Application over the LangChain documentation.

The langchain "how_to" guides has been used as the knowledge-base: [How To Guides](https://github.com/langchain-ai/langchain/tree/master/docs/docs/how_to)

Try this app now: [langchat](https://langchat-ai.streamlit.app/)

To get a thorough analysis of my approach, read my article: [Article](https://medium.com/@datafreakai/enhancing-code-documentation-with-rag-based-q-a-systems-a-new-frontier-in-developer-support-b9f2042031fe)