I’m exploring the possibility of integrating AI with SuiteCRM, but there is an important requirement: all CRM data must remain on-premises and must not be sent to any external/cloud AI service.
Is it possible to:
- Run an AI/LLM model entirely on-premise alongside SuiteCRM?
- Train or fine-tune the model using our SuiteCRM data?
- Allow the AI to query SuiteCRM records (customers, contacts, opportunities, cases, notes, etc.) without sending the data outside the local network?
- Use an open-source model such as Llama or another locally hosted LLM?
- Integrate the local AI with SuiteCRM through its APIs?
- What would be the recommended architecture and hardware requirements?
I’m particularly interested in hearing from anyone who has already implemented SuiteCRM + local/on-premise AI, especially for organizations with strict data-privacy or compliance requirements.