AI inside EspoCRM

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • eymen-elkum
    commented on 's reply
    Hi Item,

    Yes I agree that the most important is to let AI understand the data in espocrm and so it can answer questions, knowledge base can be one of the most important resources to learn by AI for example.

  • item
    replied
    Hi eymen,

    i don't imagine AI in your direction of yours extensions. But of course, many people need this kind of AI.

    For me, it's more a "analyse data in espoCrm" and give a 'comment'.
    I have installed a multiple LLM on ours servers, i will try to send some data of a "Entity and related data" and ask something so : "What do you think about these data ?"

    So is too a add new "record" for his learning. But i think it's out of my skill

    Leave a comment:


  • eymen-elkum
    replied
    Hi emillod and item

    Thank you for your inputs on getting AI into espocrm, We have developed a new module for espocrm named Ebla AI, will be happy to see your feedbacks.

    Hello everyone, I am happy to announce the new module Ebla AI, it is now available on our store, It uses AI to help writing emails, comments, and calculate lead scores or any other fields by formula. Comes with "AI profiles" to help personalise its behavior, a sandbox for testing. Features: AI Profiles Management

    Leave a comment:


  • item
    replied
    Hi Emil,
    you killed me
    i was thinking integrate same .. but not time at this moment.
    ours users are very "hard" to use new technology.. so i can't give in real.. but my idea was to do this in stream.
    something so :
    new post on stream :
    #openAI : what'is your name ?
    then response of openAi is there on stream.

    so you follow under Account or in my case Patient.

    so i think, you can "parse post" something
    #openAi : do you know #relationData ?
    so #relationData get data from relate.. before send request to openAI


    I will try, when time with : https://github.com/ggerganov/llama.cpp make a node.js app as "server for response to api of espocrm"
    i believe i can find "database" on the net... but not yet have look forward.





    Leave a comment:


  • emillod
    started a topic AI inside EspoCRM

    AI inside EspoCRM

    Hello Guys,
    i'm working on integration with OpenAI services. It allows to use ChatGPT in formulas. I'm looking for ideas on what you as business owner would use such integration for?
    It's already working on test environment. It can be used by users with Advanced Pack or without as formula. I thought about using it in multiple scenarios:
    1. If someone have Twilio integration, he can send through formula text sms with question to OpenAI and ChatGPT will generate response.
    2. If you have request for proposal in Opportunities, with openAi formula you can send whole question and analyze it with AI to generate response.
    3. If you receive an email, you can send body of email to AI and it can generate response.

    I'm thinking about creating additional entity where users could store all sent requests + another entity with templates to AI. Templates can be used to manipulate responses.
    There is separate formula for DAN (do anything now) which is like a God mode and allow to skip some limits.

    Click image for larger version

Name:	image.png
Views:	4911
Size:	45.2 KB
ID:	90933Click image for larger version

Name:	image.png
Views:	793
Size:	66.3 KB
ID:	90934
Working...