• Chatbot project built using Streamlit, Langchain, ChatGPT, Pinecone.
• Allows users to interact with a language model powered by ChatGPT.
• Users can obtain responses to their queries.
• Conversation history is stored using ConversationChain and ConversationBufferWindowMemory.
• Chat interface created using Streamlit.
• Responses are displayed along with the user's queries.
• Custom CSS included for adjusting the layout.
• Query input box is fixed at the bottom of the page.