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.
- Host: GitHub
- URL: https://github.com/devroopsaha744/langchat
- Owner: devroopsaha744
- License: apache-2.0
- Created: 2024-06-06T16:22:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T17:00:01.000Z (about 1 year ago)
- Last Synced: 2024-06-15T18:22:28.751Z (about 1 year ago)
- Language: Python
- Homepage: https://langchat-ai.streamlit.app/
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)