https://github.com/riolaf05/langchain-document-chatbot
A chatbot, built with Streamlit, that download scientific papers and answer to question related to them. Powered by Groq and LLama3
https://github.com/riolaf05/langchain-document-chatbot
docker groq langchain langchain-python llama3 python qdrant qdrant-vector-database streamlit
Last synced: about 2 months ago
JSON representation
A chatbot, built with Streamlit, that download scientific papers and answer to question related to them. Powered by Groq and LLama3
- Host: GitHub
- URL: https://github.com/riolaf05/langchain-document-chatbot
- Owner: riolaf05
- Created: 2024-05-30T14:30:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T17:18:25.000Z (over 1 year ago)
- Last Synced: 2025-03-07T03:33:18.014Z (12 months ago)
- Topics: docker, groq, langchain, langchain-python, llama3, python, qdrant, qdrant-vector-database, streamlit
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
* [Build a basic LLM chat app
](https://docs.streamlit.io/develop/tutorials/llms/build-conversational-apps)
* [Retrieval Augmented Generation + Citations(RAG+C) with Cohere + Langchain + Qdrant](https://medium.com/@50_shades_of_gradient/retrieval-augmented-generation-citations-rag-c-with-cohere-langchain-qdrant-157f9b4cce22)
* [Exploring LangChain Chains & Agents: A Quick Overview](https://medium.com/@kbdhunga/exploring-langchain-chains-agents-a-quick-overview-9d0a8c4d7ba0)