Learn AI Agent Development in 11 Days: Day 6 – Integrating Web Search

Learn AI Agent Development in 11 Days: Day 6 - Integrating Web Search

In previous days, we introduced various capabilities for the Agent, including integration with local knowledge bases, database queries, and simple functions. The details are as follows: Learn AI Agent Development in 11 Days, Day 5: Integrating RAG with Agent. Learn AI Agent Development in 11 Days, Day 4: Creating Agent with Llama-index. Learn AI Agent … Read more

Mainstream Frameworks/Platforms for AI Agents

Mainstream Frameworks/Platforms for AI Agents

When sharing WebUI/ComfyUI, I learned from private messages in the backend that there are equipment barriers to learning: Insufficient computer configuration Using cloud platforms costs money, and itโ€™s uncertain whether one can persist in learning However, learning AI Agents currently has no monetary ๐Ÿ’ฐ cost barriers, Although you get what you pay for, free ๐Ÿ†“ … Read more

Stop Large Model Hallucinations: Milvus, The Database of AI Native Era

Stop Large Model Hallucinations: Milvus, The Database of AI Native Era

Introduction With the development of large models, vector databases have also ushered in broader application prospects. They not only assist large models in inference acceleration but also save costs for users. Moreover, vector databases are an effective means to address the limitations of large models. As a result, more and more large model deployment projects … Read more

Building a Face Recognition App from Scratch with Java

Building a Face Recognition App from Scratch with Java

How to Build a Face Recognition Application from Scratch? Try the combination of native Java AI algorithm: EasyAi + Milvus. The software and tools used in this article include: EasyAi: Face feature vector extraction Milvus: Vector database for efficient storage and retrieval of data. 01. EasyAi: The Most Popular Java AI Algorithm Framework in China … Read more

First Experience with GitHub Copilot

First Experience with GitHub Copilot

Written by: Dluck Cover: GitHub Official Blog The code we write while programming usually exists in plain text format before compilation. Therefore, we can actually use any text editor to write code, including the built-in Notepad of the system. However, good tools can make us more efficient. When facing complex tasks, we need productivity tools … Read more

Understanding How to Build Multi-Task Visual Models

Understanding How to Build Multi-Task Visual Models

In the past two years, multi-task learning has been gradually replacing traditional single-task learning and becoming a mainstream research direction in the field of artificial intelligence. The reason is that multi-task learning allows us to gain as much AI capability as possible with minimal human input. For example, ChatGPT is a natural language generation model … Read more

Exploring Various Use Cases of Milvus

Exploring Various Use Cases of Milvus

Milvus is an open-source vector similarity search engine that supports the use of various AI models to vectorize unstructured data and provides search services for vector data. Milvus integrates widely used vector indexing libraries such as Faiss and Annoy, allowing developers to choose different indexing types for different scenarios. Using Milvus, one can develop a … Read more

Milvus: Doubling Efficiency from Triage to Smart Ultrasound

Milvus: Doubling Efficiency from Triage to Smart Ultrasound

The combination of AI and smart healthcare is an inevitable trend for future development. In recent years, the National Health Commission has promoted smart healthcare and AI technologies, such as intelligent triage, pre-consultation, and diagnostic assistance, to improve the efficiency of medical services and the accuracy of diagnoses, enhancing the patient experience. Quanzhentong is a … Read more

Agentic RAG: The Upgraded Version of RAG

Agentic RAG: The Upgraded Version of RAG

In recent years, the technology of Retrieval-Augmented Generation (RAG) has gained significant attention in the field of artificial intelligence. However, as demands have become more complex, traditional RAG has shown limitations in handling multi-step reasoning and external tool calls. To address this, Agentic RAG has emerged as an upgraded version of RAG, showcasing more powerful … Read more