From 535ec5d5686a4405c1cff081977f1871834885ce Mon Sep 17 00:00:00 2001 From: panda <1415243231@qq.com> Date: Wed, 13 May 2026 21:14:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84README=E4=B8=8Egitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55190db..4521629 100644 --- a/.gitignore +++ b/.gitignore @@ -48,5 +48,14 @@ desktop.ini .env .env.local +# HuggingFace 缓存 +.cache/ +hf_cache/ + +# Chroma 数据库文件(散落在外的情况) +*.db +*.sqlite3 +*.parquet + # 日志 *.log \ No newline at end of file diff --git a/README.md b/README.md index 1a7f1f3..d131c9d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JRXML RAG 项目 -基于 RAG(Retrieval-Augmented Generation)的 JasperReports JRXML 模板智能问答系统。 +基于 RAG(Retrieval-Augmented Generation)的 JasperReports JRXML 模板智能问答系统,构建JRXML自定义agent的前置工作。 ## 项目简介