feat: rag

This commit is contained in:
heyong.fu
2026-05-06 11:35:10 +08:00
commit a17c65c4bc
75 changed files with 5196 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 尝试导入文本分割器类
from langchain_text_splitters import RecursiveCharacterTextSplitter
# 如果没有报错,说明安装成功
print("langchain-text-splitters 安装成功!")