You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
We developed different pipelines to try out both simple and advanced RAG methods. The simple pipeline uses Grok-LLama3, Hugging Face’s embedding model, and ChromaDB for storing vectors. The advanced pipeline includes newer RAG techniques like multi-query retrievers and parent-child chunking, and it uses Neo4j and Azure OpenAI.
Our main focus was to make RAG easy to use and easy to work with. We wanted to move RAG from Colab Notebooks to a production environment. So we designed a client-server architecture so it can be used as a product by real users. Just like Langchain connects different parts, we provide a ready-made setup and frontend components to create RAG-based chatbots that you can easily add to your websites. Our backend is also flexible, allowing you to update and replace different components easily.
Summary :
Using CustomChatBots, users can effortlessly create chatbots that follow custom instructions and utilize their custom data as a knowledgebase. Updating the data and instructions is simple and can be done anytime with just a few clicks. After creating a chatbot, user receive a public URL that they can integrate into their own user interfaces. Alternatively, they can also use our ready-made React components in their projects easily.
The more detail about the project description and the motivation, and how it work can be in readme.md of github repository.
The text was updated successfully, but these errors were encountered:
tareeb
changed the title
Project - Summary : Using CustomChatBots, users can effortlessly create chatbots that follow custom instructions and utilize their custom data as a knowledgebase. Updating the data and instructions is simple and can be done anytime with just a few clicks. After creating a chatbot, user receive a public URL that they can integrate into their own user interfaces. Alternatively, they can also use our ready-made React components in their projects easily.
Project - Summary : CustomChatBots
Sep 17, 2024
tareeb
changed the title
Project - Summary : CustomChatBots
Project : CustomChatBots
Sep 17, 2024
Project Name
CustomChatBots
Description
We developed different pipelines to try out both simple and advanced RAG methods. The simple pipeline uses Grok-LLama3, Hugging Face’s embedding model, and ChromaDB for storing vectors. The advanced pipeline includes newer RAG techniques like multi-query retrievers and parent-child chunking, and it uses Neo4j and Azure OpenAI.
Our main focus was to make RAG easy to use and easy to work with. We wanted to move RAG from Colab Notebooks to a production environment. So we designed a client-server architecture so it can be used as a product by real users. Just like Langchain connects different parts, we provide a ready-made setup and frontend components to create RAG-based chatbots that you can easily add to your websites. Our backend is also flexible, allowing you to update and replace different components easily.
Summary :
Using CustomChatBots, users can effortlessly create chatbots that follow custom instructions and utilize their custom data as a knowledgebase. Updating the data and instructions is simple and can be done anytime with just a few clicks. After creating a chatbot, user receive a public URL that they can integrate into their own user interfaces. Alternatively, they can also use our ready-made React components in their projects easily.
The more detail about the project description and the motivation, and how it work can be in readme.md of github repository.
Technology & Languages
Project Repository URL
https://github.com/tareeb/CustomChatBot-backend
Deployed Endpoint URL
No response
Project Video
https://youtu.be/c2GdtBP1FmI
Team Members
@hasnatahmed331
The text was updated successfully, but these errors were encountered: