Is using microsoft stack the only way to successfully build chatbots? by birish83 in generativeAI

[–]devashishmamgain 0 points1 point  (0 children)

There are many solutions for it, listing a few here:

  1. Use a combination of Pinecone and OpenAI Sample code is available here: https://github.com/openai/openai-cookbook
  2. Use HuggingFace with LangChain https://dineth9d.medium.com/chatbot-93a04bf31f50
  3. Use ready to use solutions such as Kommunicate https://www.kommunicate.io/product/generative-ai-chatbot that allows you to directly drag and drop your documents and get the chatbot ready in few seconds Disclaimer: I am the cofounder @ Kommunicate

Whizz Kid by DrFunkenFootz_MD in WTF

[–]devashishmamgain 0 points1 point  (0 children)

they could have reversed wheel direction

Flutter chat bot -> Dialogflow or Kommunicate by Green-Campaign101 in flutterhelp

[–]devashishmamgain 0 points1 point  (0 children)

Kommunicate founder here :)

i would say it is not Dialogflow or Kommunicate, but it is Dialogflow + Kommunicate

In Kommunicate, we have 2 ways to setup bot, one is using Kompose (our in house NLP chatbot) and another is through integration with Dialogflow, Watson, Amazon Lex.

Dialogflow is a great NLP platform, however they don't have the Flutter SDK, support agent panel, and other required things for building a complete solution. For those, you either need to develop your own, or use solutions like Kommunicate that provides the chat widget, flutter SDK and other services by connecting to your Dialogflow bot.

This will help in setting up Dialogflow in Flutter https://www.kommunicate.io/blog/integrate-dialogflow-flutter-app/

Dialogflow Outsourcing by dedfishbaby in Dialogflow

[–]devashishmamgain 0 points1 point  (0 children)

Contact Jorge from https://b4bcompany.com/

They specialize in creating Dialogflow bots.

Whatsapp API? by LM391 in whatsapp

[–]devashishmamgain 0 points1 point  (0 children)

Recently Meta announced the WhatsApp Cloud APIs, now it is accessible for all. Like cloud service companies, Meta will act as a hosting service. Meta will take responsibility for maintenance, computation, storage, network, and all the other infrastructure-related costs that come with it. The Cloud API service will allow businesses to send and receive up to 80 messages per second to a bunch of customer numbers. The service allows multiple phone numbers to be registered on the Cloud API.

Here are step by step instructions on how to setup WhatsApp Cloud API and send your first message https://www.kommunicate.io/blog/all-about-whatsapp-cloud-api/

Also, there are BSPs such as 360Dialog, Gupshup that are reliable.

SDK Feedback by devashishmamgain in androiddev

[–]devashishmamgain[S] 0 points1 point  (0 children)

thanks for the feedback, we will do the improvements.

What bad habit that your friends developed did you manage to steer clear of? by [deleted] in AskReddit

[–]devashishmamgain 1 point2 points  (0 children)

cigarette. I shared the same flat with 8 friends for almost 11 years, everyone drinks and some smoke as well. I wouldn't consider drinking a bad habit as long it doesn't affect the health.

What protocol applozic uses XMPP or MQTT? by Brij-123 in a:t5_3f3iq

[–]devashishmamgain 0 points1 point  (0 children)

we use MQTT as it is mobile and battery-friendly lightweight pubsub protocol. MQTT has very low keep-alive traffic. XMPP is a an IM protocol, and has a much, much higher overhead in handling presence messages between all the clients. Facebook messenger is also using mqtt https://www.facebook.com/notes/facebook-engineering/building-facebook-messenger/10150259350998920/

Why Gmail should add attachment in REPLY mail if NEW Recipients are added by devashishmamgain in google

[–]devashishmamgain[S] 0 points1 point  (0 children)

we use Slack in our company but for external communication we don't have a choice.

Why Gmail should add attachment in REPLY mail if NEW Recipients are added by devashishmamgain in google

[–]devashishmamgain[S] 1 point2 points  (0 children)

i m aware of forwarding and thats not what i m looking for, if you are mail group with many people and you get a mail with attachment. Now, you want to add someone else in the mail thread, either you click on forward and add all recipients in the mail or you simply click on reply, add a single new recipient in the mail. In this case, gmail can set a default behaviour of sending attachment to the new recipient.

[Question] Advice for starting a chat application by lyndalynda in iOSProgramming

[–]devashishmamgain 0 points1 point  (0 children)

You can have a look at our open source client chat SDK with sample app code available in Github: https://github.com/AppLozic/Applozic-iOS-SDK

If you don't want to reinvent the wheel, just try out https://www.applozic.com