An open API service indexing awesome lists of open source software.

https://github.com/avrabyt/multilingual-chatbot

Building a multilingual chat bot using Cohere, LangChain, and Databutton
https://github.com/avrabyt/multilingual-chatbot

cohere-ai databutton langchain qdrant streamlit

Last synced: 5 months ago
JSON representation

Building a multilingual chat bot using Cohere, LangChain, and Databutton

Awesome Lists containing this project

README

          

# MultiLingual-ChatBot
Building a multilingual chat bot using Cohere, LangChain, and Databutton

# Links

Demo App - [here](https://databutton.com/v/by7clad5/Home)

Video - [here](https://youtu.be/mL-PLwNuB-k)

Blog - [here](https://medium.com/@avra42/multilingual-chat-bot-for-personal-documents-using-coheres-multilingual-models-langchain-2b4e1c8cdab)

# Similar

🧠 Memory-Bot 🤖 - A chatbot 🤖 which remembers 🧠 using 🦜 LangChain 🔗 OpenAI | Streamlit | DataButton

Repo - [MemoryBot](https://github.com/avrabyt/MemoryBot)

The live demo app is hosted over [here](https://next.databutton.com/v/lgzxq112/Memory_Bot)

Blog - [here](https://medium.com/@avra42/how-to-build-a-chatbot-with-chatgpt-api-and-a-conversational-memory-in-python-8d856cda4542)

Video - [here](https://youtu.be/cHjlperESbg)

# Resources:
- [Multilingual Embedding Models](https://docs.cohere.com/docs/multilingual-language-models)
- [Multilingual Search with Cohere and Langchain](https://github.com/cohere-ai/notebooks/blob/main/notebooks/Multilingual_Search_with_Cohere_and_Langchain.ipynb)
- [LangChain](https://python.langchain.com/en/latest/index.html)
- [ChatUI template from databutton](https://www.databutton.io)