From c4f169462f48c31617067f36c9b8c557e0e1957d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E7=94=9F?= Date: Fri, 28 Feb 2025 16:06:26 +0800 Subject: [PATCH] update examples/rag/rag_bm.py --- examples/rag/rag_bm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rag/rag_bm.py b/examples/rag/rag_bm.py index a6a1145b5..99a546010 100644 --- a/examples/rag/rag_bm.py +++ b/examples/rag/rag_bm.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """RAG benchmark pipeline""" import asyncio