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
- Host: GitHub
- URL: https://github.com/avrabyt/multilingual-chatbot
- Owner: avrabyt
- License: mit
- Created: 2023-06-08T01:01:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T18:33:36.000Z (over 2 years ago)
- Last Synced: 2025-05-07T23:06:53.807Z (5 months ago)
- Topics: cohere-ai, databutton, langchain, qdrant, streamlit
- Language: Python
- Homepage: https://databutton.com/v/by7clad5/Home
- Size: 5.86 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)