A Personal Chatbot Interface with Elasticsearch & Streamlit
Han Xiang Choong
Senior Customer Architect - APJ @ Elastic | Applied AI/ML | Search Experiences | Delivering Real-World Impact
This project lives in this github repo along with set-up instructions.
Features
I thought it would be a good learning exercise to make my own LLM Chatapp. I figured writing my own chat app would allow me to fiddle with the internals in a way that commercial aggregators like Poe.com wouldn't let me do.
I can add connectivity to Elastic to save and load my conversations, do RAG, use it as a basis for demos to clients, and as a frontend for more involved and complicated use-cases beyond RAG and chat.
At the risk of sounding like a cave-dweller, I recently discovered Streamlit, and oh my god is it ever so convenient. Now, for a personal application which gets no webtraffic but my own, I figured it would be a pretty easy and quick way to get a UI up and running. I admit I'm pretty new to Streamlit in general, so I can make no comments about its worthiness as a production-grade web dev framework. However, it is incredibly easy to setup, which is a big plus when you've already got an endlessly growing list of things to do.
Feel free to check it out and let me know what you think!
Associate Director at Bank of Singapore, Asia's Global Private Bank
6 个月Streamlit ftw
Digital First, Securely Advocate for Public Sector | Solutions Engineering
6 个月Yeah, streamlit is dead simple! It’s meant for rapid prototyping with few lines of python. No frontend skills required!