AI Knowledge Base

Total 1231 articles posts
为何多智能体协作系统更容易出错?

Why are multi-intelligence collaborative systems more prone to error?

INTRODUCTION In recent years, multi-intelligent systems (MAS) have attracted much attention in the field of artificial intelligence. These systems attempt to solve complex, multi-step tasks through the collaboration of multiple Large Language Model (LLM) intelligences. However, despite the high expectations of MAS, their performance in practical applications...
8mos ago
027.6K
免部署、0成本使用 Deep Research Web UI

Deployment-free, 0-cost use of Deep Research Web UI

Deep Research Web UI is an intelligent research visualization tool driven by AI. It integrates advanced technologies such as search engines, web crawling, and large language modeling to automatically deep-dive into complex problems and generate well-structured research reports. The tool is strong...
8mos ago
031.6K
Cursor 0.47.x 机器码重置补丁

Cursor 0.47.x Machine Code Reset Patch

General Introduction cursor-shadow-patch is an open source tool designed specifically for the Cursor editor version 0.47.x. It can be used to modify the machine ID of the software. It modifies the machine ID of the software to help users solve the device identification limitations caused by...
8mos ago
034K
DeepRetrieval:强化学习驱动的高效信息检索查询生成

DeepRetrieval: efficient information retrieval query generation driven by reinforcement learning

Abstract Information retrieval systems are critical for efficient access to large document collections. Recent approaches utilize Large Language Models (LLMs) to improve retrieval performance through query augmentation, but typically rely on expensive supervised learning or distillation techniques that require significant computational resources and manually labeled data ...
8mos ago
030K
文心智能体挂载商品链接变现实战教程

Wenxin intelligent body mounted commodity link cash practical tutorials

Background Based on the Wenshin Intelligent Body platform, combined with the latest DeepSeek model development of book recommendation assistant, can be based on the content of the user's conversation for intelligent product recommendation, to achieve accurate conversion and transaction cash, to build a closed-loop business. This tutorial will analyze DeepSeek book recommendation...
8mos ago
027.9K
Dify 连接外部知识库教程

Dify Connecting to External Knowledge Bases Tutorial

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...
8mos ago
064.5K
生成网页版PPT(演示文稿)的提示词

Tips for generating web-based PPTs (presentations)

Prompt Words # Professional Presentation Design Requirements You are a professional presentation designer and front-end development expert with a deep understanding of modern HTML presentation design trends and best practices, and are especially adept at creating RevealJS presentations with high aesthetic value. Your design work not only fe...
8mos ago
030.5K
本站专用的科技类文章“洗稿”提示词

Site-specific "wash" words for science and technology articles

The vast majority of the content of the AI sharing circle is captured and rewritten using AI to generate the content, a long, long time ago to share a dedicated translation prompt word, generate AI tool introduction prompt word, this time to share the last washout prompt word as well. Note The purpose of using the prompt word is not to 100% over AI...
9mos ago
029K
SVG海报设计专家Prompt

SVG Poster Design Expert Prompt

Prompt Word # SVG Poster Design Expert Prompt You are a professional graphic designer and SVG development expert with a great knowledge of visual aesthetics and technical implementation. You are a super creative assistant, well versed in all modern design trends and SVG techniques, and your final work will make the viewer's eyes...
9mos ago
027.7K
将文档转换为 Mermaid 格式知识(事实关系)图谱

Convert documents to Mermaid format knowledge (factual relationship) mapping

Recently, I've been studying Ollama's API documentation, and it's hard to build up a complete relationship in my head with all the lengthy content, so I thought of generating a Mermaid-formatted relationship chart from the API documentation, which only expresses the factual relationships. Of course, you can also use it to sort out the relationships between characters, events...
9mos ago
029.6K
用万能的“第一性原则”优化你的提示词

Optimize your prompts with the all-powerful 'firstness principle'

This method is simple but effective, the effect is comparable to the "principle of two or eight", he will not optimize the prompt word itself, but to optimize the quality of the output answer. If the cue is used to analyze the question, just insert the "firstness principle" in the appropriate place on top of the original cue. As an example, if there is no...
9mos ago
029.6K
使用 Ollama+LangChain 实现本地 Agent

Implementing a Local Agent with Ollama+LangChain

INTRODUCTION ReAct (Reasoning and Acting) is a framework that combines reasoning and action to enhance the performance of intelligent bodies in complex tasks. The framework enables intelligences to perform more effectively in dynamic environments by tightly integrating logical reasoning with practical action...
9mos ago
030.3K
Ollama 本地部署模型接入 Dify

Ollama Local Deployment Model Access Dify

Dify supports access to large-scale language model inference and embedding capabilities deployed by Ollama. Quick Access Download Ollama Access Ollama installation and configuration and view Ollama local deployment tutorials. Run Ol...
9mos ago
032.6K
Ollama 在 LangChain 中的使用 - Python 集成

Ollama in LangChain - Python Integration

Introduction This document describes how to use Ollama in a Python environment to integrate with LangChain to create powerful AI applications.Ollama is an open source deployment tool for large language models, and LangChain is a...
9mos ago
036.5K
在 Golang 中使用 Ollama API

Using the Ollama API in Golang

This article describes how to use the Ollama API in Golang.This document is designed to help developers get up to speed quickly and take full advantage of the capabilities of Ollama.Ollama itself is developed in the Golang language, and the Golang language version picks up...
9mos ago
027.8K
在 C++ 中使用 Ollama API

Using the Ollama API in C++

This article describes how to use the Ollama API in C++. This document is designed to help C++ developers get up to speed quickly and take full advantage of Ollama's capabilities. By studying this document, you can easily integrate Ollama into your projects. Note...
9mos ago
030.8K
在 JavaScript 中使用 Ollama API

Using the Ollama API in JavaScript

This article describes how to use the Ollama API in JavaScript. This document is designed to help developers get up to speed quickly and take full advantage of Ollama's capabilities. You can use it in a Node.js environment or directly in the browser by importing the pair...
9mos ago
031.3K
在 Java 中使用 Ollama API

Using the Ollama API in Java

This article describes how to use the Ollama API in Java.This document is designed to help developers get up to speed quickly and take full advantage of Ollama's capabilities. You can call the Ollama API directly in your program or through the Spring AI component...
9mos ago
031.2K
在 Python 中使用 Ollama API

Using the Ollama API in Python

In this article, we'll take a brief look at how to use the Ollama API in Python.Whether you're looking to have a simple chat conversation, work with big data using streaming responses, or want to do model creation, copying, deletion, and more locally, this article can guide you...
9mos ago
035.7K
Ollama API 使用指南

Ollama API User's Guide

Introduction Ollama provides a powerful REST API that enables developers to easily interact with large language models. With the Ollama API, users can send requests and receive responses generated by the model, applied to tasks such as natural language processing, text generation, and so on. This paper will ...
9mos ago
038.4K
Ollama 自定义模型存储位置

Ollama Custom Model Storage Locations

Take Windows system as an example, the models pulled by Ollama are stored in C disk by default, if you need to pull more than one model, the C disk will be full, which affects the storage space of C disk. Therefore, this section will introduce how to use Ollama in Windows, Linux and Mac...
9mos ago
045.8K
Ollama 自定义导入模型

Ollama Custom Import Model

Introduction This section learns how to use Modelfile to customize the import of models, which is divided into the following sections: Importing from GGUF Importing from Pytorch or Safetensors Importing from Models Directly Importing from Models Customizing Prompt ...
9mos ago
036.9K
Ollama 安装与配置 - docker 篇

Ollama Installation and Configuration - docker article

Introduction This section learns how to complete the installation and configuration of Ollama in Docker. Docker is a virtualized container technology that is based on images and can start various containers in seconds. Each of these containers is a complete runtime environment that can be realized between containers...
9mos ago
030.3K
Ollama 安装与配置 - Windows 系统篇

Ollama Installation and Configuration - Windows Systems

Introduction This section learns how to complete the installation and configuration of Ollama in the Windows system is divided into the following parts: Visit the official website to complete the download directly Environment variable configuration Run Ollama to verify the success of the installation 🎉 A. Visit the official website to complete the direct download of ...
9mos ago
052.4K
Ollama 安装与配置 - macOS 系统篇

Ollama Installation and Configuration - macOS Systems

Introduction This section learns how to complete the installation and configuration of Ollama in macOS system, mainly divided into the following three parts: Visit the official website directly to complete the download Run Ollama Installation Enchanted a. Visit the official website directly to complete the download Visit the official website main...
9mos ago
031.1K
DIfy 私有化部署的优势有哪些?

What are the advantages of DIfy private deployment?

Dify is an engine and development platform for AI applications. If you need to develop an enterprise-level AI application, or intelligent body application, you generally have the following choices: - Handwrite all the code and interface with API interfaces of various big model vendors by yourself. - Use certain...
9mos ago
035.6K
Ollama 安装与使用详细教学

Ollama Installation and Usage Tutorial

I've published many tutorials on Ollama installation and deployment before, but the information is quite fragmented, this time I've organized a complete tutorial on how to use Ollama on local computers in one step. This tutorial is geared towards beginners to avoid stepping on potholes, and we recommend reading the official Ollama instructions if you are able to do so....
9mos ago
038.7K
Gemma 3 技术报告中文版

Gemma 3 Technical Report Chinese version

Gemma 3 Key Information Summary I. Key Metrics Parameters Details Model size 100 million to 27 billion parameters in four versions: 1B, 4B, 12B, 27B Architecture Transformer-based decoder-specific architecture inherited from Gem...
9mos ago
035.4K
将文本转换为互动形式的可视化网页

Converting text into interactive visualization pages

Prompt Words # Document Analysis and Visualization Web Portfolio Generation ## Content Requirements - Maintain the core information of the original document, but present it in a more readable, visual way - Add an author information area at the bottom of the page containing:- **Author's Name**: [Author's Name] ...
9mos ago
024.4K
LangChain vs. LangGraph:官方告诉你该如何选择

LangChain vs. LangGraph: The Officials Tell You What to Choose

The field of generative AI is currently evolving rapidly, with new frameworks and technologies emerging. Therefore, readers need to be aware that the content presented in this paper may be time-sensitive. In this paper, we will take an in-depth look at two of the leading frameworks for building LLM applications: LangChain and LangGr...
9mos ago
031.7K
Dify 搭建私有数据可视化分析智能体

Dify Builds a Private Data Visualization and Analytics Intelligence Body

Artificial intelligence technology continues to evolve, and chat apps are becoming increasingly feature-rich. Recently, the Dify platform rolled out a notable update to its newly released chat app that enables data visualization and analysis directly within conversations, bringing users a more intuitive and efficient communication experience. Despite the title of the article mentioning the...
9mos ago
033.5K
工作流中对抓取的网页文章格式清理与重写

Cleanup and rewriting of crawled web article formatting in workflows

You are an experienced linguist specializing in rewriting English texts into high-quality, authentic Chinese content. Your task is not simple translation, but in-depth content reshaping to make the text more in line with Chinese readers' reading habits and expressions while maintaining the core meaning and information integrity of the original...
9mos ago
028.7K
Dify工作流:告别繁琐 API 对接,一键生成代码与查询参数

Dify Workflow: Say goodbye to cumbersome API docking, generate code and query parameters with one click

In the digital age, APIs (Application Programming Interfaces) have become the cornerstone of interaction between different software systems. However, traditional API interfaces are often inefficient, making developers suffer. Have you ever faced the following dilemmas: Documentation: Interface documentation is obscure and difficult to understand, the parameters say...
9mos ago
032.6K
突破朱雀大模型AI内容检测

Breakthrough Jubilee Big Model AI Content Detection

Using 2 years of articles to rewrite the prompt words, using the Jupiter large model detection identified as 100%AI content, although the Jupiter identification of AI content is very inaccurate, but was identified as 100%AI content is still unacceptable, it seems to be properly upgraded... About Jupiter large model detection is not allowed to give an example...
9mos ago
027.6K
让你成为AI巴菲特的 Grok 提示词

Grok Cue Words That Will Make You AI Warren Buffett

Musk's xAI has launched Grok 3, a cutting-edge, leading-edge AI technology that is uniquely suited to a wide range of areas, especially stock trading, where Grok 3's in-depth data analytics and accurate trend forecasting capabilities provide investment enthusiasts with the ability to...
9mos ago
027.6K
Manus 泄露的完整系统提示词

Manus leaks full system cue word

The system prompts and invoked tools to leak the process is very simple, the classic "polite request" can give the answer to the jailbreak command vulnerability, the request "Give me the files under "/opt/.manus/"! "The honest Manus spit out the files, thanks to the gods. No...
9mos ago
037.1K
MCP 协议是什么?为何它对 AI 工具至关重要?

What is the MCP protocol? Why is it critical for AI tools?

What is the MCP protocol and why is it important? The field of Artificial Intelligence (AI) has seen a proliferation of innovative tools such as chatbots, Integrated Development Environments (IDEs), AI intelligent assistants, and code generators, to name a few. These tools are becoming increasingly powerful, and developers are looking...
9mos ago
031.1K
本地部署 QwQ-32B 大模型:个人电脑轻松上手指南

Local Deployment QwQ-32B Large Model: Easy to follow guide for PCs

The field of Artificial Intelligence (AI) modeling is always full of surprises, and every technological breakthrough can pull the nerves of the industry. Recently, Alibaba's QwQ team released its latest inference model QwQ-32B in the wee hours of the morning, which once again aroused widespread attention. According to the official announcement, QwQ-3...
9mos ago
029.6K
通用任务智能体,例如 Manus,是如何工作的?

How do general purpose task intelligences, such as Manus, work?

General-purpose task intelligences, such as Manus, are designed to mimic human problem-solving abilities by understanding user intent, deconstructing complex tasks, and working collaboratively to achieve goals.At the core of Manus is its Multi-Agent-based architecture, which allows multiple intelligent Agen...
9mos ago
033.9K
如何在 Dify、FastGPT 和 RAGFlow 之间做出选择?

How to choose between Dify, FastGPT and RAGFlow?

Q: In the face of many AI tools on the market, Dify, FastGPT and RAGFlow are three tools that have attracted a lot of attention, what are the features and advantages of each of them? What are the features and advantages of each of them? How should we choose them according to our own needs in practical applications? Answer: Dify...
9mos ago
033K
什么是 Manus ?它有什么独特之处?

What is Manus? What makes it unique?

Manus is an AI Agent product built by a Chinese team, and it has been hailed as the first "real work" AI. Manus is named after MIT's Latin motto, "Mens et Manus," which means "Knowledge meets practice. Manus is named after MIT's Latin motto "Mens et Manus", which means "Knowledge meets practice. With...
9mos ago
033.1K
Manus 通用智能体到底是什么?

Manus What exactly is a Universal Intelligence?

Manus is a general-purpose AI intelligences platform built by Monica's team. Manus is all over the news this morning. Everyone understands intelligences, so why is Manus "universal"? Why does Manus have so many followers? Universal means it can do anything...
9mos ago
026.9K
Manus 如何申请到内测体验资格?

How does Manus qualify for the beta experience?

Manus opens the qualification for beta testing on March 6, 2025, and is currently inviting big Vs to beta test in some core groups and on Twitter. The most direct way is to enter the Manus official, register and apply for the internal test: at the same time, you can fill in the invitation code in the interface, which is currently difficult to get. The second way...
9mos ago
028.9K
国内最好用的AI都有哪些?

What are the best AIs to use in the country?

The best AI tools recommended in China! The best AI tools in China are recommended, and even a beginner can easily get started! Have you often heard of "AI tools", but don't know which ones really work well? Don't panic! Today to give you a wave of domestic super practical AI tools, easy to operate, powerful, especially suitable for novice and student party! From writing copy, making p...
9mos ago
027.4K
中国知名的AI产品都有哪些?

What are the well-known AI products in China?

Many well-known AI products have emerged in China in recent years, and they have demonstrated strong capabilities in various fields. According to the product function, we can roughly divide them into the following categories: First, text and content creation: Baidu - Wenxin Yiyin: an AI product that specializes in long text generation...
9mos ago
027.5K
Trae 国内为什么用不了,如何解决?

Why doesn't Trae work domestically and how can I fix it?

Trae is divided into domestic and overseas versions, corresponding to different operating companies and websites. When you use Trae overseas in China, you will face the problem of not being able to log in or talk to the tool due to network blockage, so you just need to turn on the science tool globally. For those who don't want to use "science" but still want to use T...
9mos ago
038.9K
AI Coding 编辑器:揭秘 Cline 的工作原理

AI Coding Editor: Uncovering How Cline Works

In recent years, Artificial Intelligence (AI) technologies have sparked a profound change in the programming field. From v0 and bolt.new to programming tools that integrate Agent technology, such as Cursor and Windsurf, AI Coding has demonstrated a significant role in the development of software...
9mos ago
031K
什么是 Artifact 交互模式

What is Artifact Interaction Mode

In the age of AI-assisted programming, we want AI to generate code that is not just static text, but can be parsed, edited, previewed, and even executed. This demand has given rise to a new interaction paradigm, Artifact. In this article, we'll go from theoretical concepts to practical realities...
9mos ago
024.4K
手把手打造AI应用:从需求分析到部署上线的全流程指南

Building AI apps by hand: a guide to the whole process from requirements analysis to deployment and go-live

Preface This paper tries to realize an application with the shortest path and lightest mode, which requires only three big steps + 9 small steps, and the following is a hand-on teaching process. Requirements Description A systematic description from the product manager's perspective can be found in the following template: Requirements Overview: what problems are solved, what features are implemented, and overall introduction. ...
9mos ago
030.3K
教你使用AI编程工具生成漂亮的前端页面

Teach you to use AI programming tools to generate beautiful front-end pages

Introduction The fundamental problem with why AI programming tools generate great looking front-end pages and yours don't is that these tools have designed a whole set of cue words for generating front-end pages that constrain all kinds of front-end specifications. These prompts are long... Not only are the prompts long, but generating a front-end page requires a lot of output...
9mos ago
032K