Empowering Questionnaire Generation with Wenxin Yiyan

Empowering Questionnaire Generation with Wenxin Yiyan

Currently, various large language models (LLM) are experiencing explosive development, and applications based on LLM are continuously emerging.However, when developers create downstream applications based on LLM, the results generated directly by LLM have many uncertainties in terms of format and content, making it difficult to interact with other business logic code, leading developers to generate … Read more

Baidu OCR Text Recognition – ID Card Recognition

Baidu OCR Text Recognition - ID Card Recognition

Introduction I promised the expert Zhang Shanyou from the park to write a series of blogs on AI, so I started my AI series journey. 1. Introduction The API documentation for ID card recognition is available at: http://ai.baidu.com/docs#/OCR-API/top Interface Description The user requests the service to recognize the ID card, which includes both the front … Read more

Understanding RAG: Concepts, Scenarios, Advantages, and Code Examples

Understanding RAG: Concepts, Scenarios, Advantages, and Code Examples

This article explains the relevant concepts of RAG, combined with code examples based on the “Building a Personal Knowledge Base with ERNIE SDK + LangChain”. Concept In 2020, the Facebook AI Research (FAIR) team published a paper titled “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks”. This paper first introduced the concept of RAG, which is currently … Read more