Skip to content

Flask-Langchain Chatbot #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Flask-Langchain Chatbot #53

wants to merge 2 commits into from

Conversation

diptarup794
Copy link

I am raising this PR as a part of the keploy Api Fellowship week 1 task . This PR adds a RAG based document chatbot project , highlighting the integration of flask with Langchain . It has been tested both locally and on docker . It's requested to merge this PR . Thank you

@pratik-mahalle
Copy link

Hey @diptarup794, Thank you for raising the pr! Can you explain about what changes you add here and please write a detailed explanation about it

@diptarup794
Copy link
Author

Hey @diptarup794, Thank you for raising the pr! Can you explain about what changes you add here and please write a detailed explanation about it

Hello! This PR introduces a Flask web app where users can upload PDF, DOCX, or TXT files and chat with their document content through a modern interface. The backend uses Flask, LangChain, and FAISS to process, index, and semantically search the documents, while the frontend is built with Tailwind CSS for a responsive user experience. It supports both local and Docker based deployment. Let me know if you have any questions about the implementation.

@pratik-mahalle
Copy link

@diptarup794 Thank you for the reply. This is really a great feature. But we are not expecting this in this repository. It would be better if you make this as a separate project for yourself. We really appreciate your effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants