OpenManus has been updated frequently recently. Besides supporting local Ollama and web API providers, it also adds support for domestic search engines and several WebUI adaptations. In this article, we will introduce several community-contributed OpenManus WebUI...
This article will guide readers on how to easily upgrade Dify. Before you begin, make sure you have the following two tools installed: Dify Local Deployment: This is the foundation of the upgrade operation. Cursor: an AI programming tool that dramatically improves development efficiency. Optional tools: Silicon Flow...
Recently, an MCP service that generates images caught my attention. Based on Together AI, the service integrates with code editors such as Cursor, allowing developers to experience the joys of AI mapping without having to leave their familiar coding environment. It is reported that M...
For ease of differentiation, knowledge bases outside of the Dify platform are collectively referred to as "external knowledge bases" in this article. Introduction Dify's built-in knowledge base functionality and text retrieval mechanism may not meet the needs of some advanced developers, who may need more precise control over text recall results. Some...
Introduction This document will detail how to use the LlamaIndex framework to build a local RAG (Retrieval-Augmented Generation) application. By integrating LlamaIndex, it is possible to build in a local environment a...