DeepSeek LLaMA Model with Sitecore

This blog discusses the integration of an AI-powered chatbot, utilizing the locally hosted DeepSeek LLaMA model, with a Sitecore-based Demo Electronics E-Shop. It outlines steps to set up the Sitecore instance and DeepSeek model, including API exposure. The chatbot captures user queries and retrieves product information via Sitecore’s API, generating responses using the DeepSeek model. The integration process involves developing a chatbot component and customizing the user interface. Despite some limitations in performance due to hardware constraints, the blog emphasizes the potential for AI in enhancing user experiences and offers insights on future improvements and applications.

Sitecore Cache Tracker: Monitor and Optimize Performance

The Sitecore Cache Tracker is a tool for monitoring cache performance in Sitecore applications, aimed at developers to improve cache management. Current functionalities include fetching cache statistics, saving them to timestamped files, and cleaning up old files. Future enhancements focus on Azure integration, real-time notifications, and developing a user-friendly monitoring dashboard. Extendable features include uploading statistics to Azure for security and automating events for better notifications. The system is flexible, requiring no deployment and operational in any environment. A user-friendly interface for visualizing cache data enhances the experience, employing PowerShell scripts for backend management.

Sitecore Powershell scripts

Introduction: Hello, this is Bing. Sitecore PowerShell Extensions (SPE) is a module that provides a command line and a scripting environment for automating tasks in Sitecore. You can use SPE to work with Sitecore items, modules, libraries and scripts. To run scripts in SPE, you need to have an elevated session state. Source: Conversation with … Continue reading Sitecore Powershell scripts

WFFM to Sitecore 9.3 Forms Conversion issues

While we are doing WFFM to Sitecore 9.3 Forms conversion we faced few challenges. We are documenting here for future references Approach ●Used conversion open source tool https://github.com/afaniuolo/WFFM-Conversion-Tool ●As manual conversion is more time consuming Custom Actions In-built WFFM Custom Actions are not supported in Sitecore Forms Only 3 type action save DataRedirect to pageRedirect … Continue reading WFFM to Sitecore 9.3 Forms Conversion issues

Sitecore: Could not find configuration node

Have you ever come across the error "Could not find configuration node"? Like following error page? If yes most probably your Site web.config been messed up. One of the popular reasons: In your solution one or more project's web.config file is replacing the website default web.config files. And that could be because your project web.config … Continue reading Sitecore: Could not find configuration node