랭체인 에이전트

- 랭체인 사내문서 RAG 마무리
- 랭체인 Agent 예제
This commit is contained in:
2026-06-04 18:13:20 +09:00
parent 096222c64f
commit eb387fbaa7
31 changed files with 1233 additions and 11 deletions
+1 -3
View File
@@ -32,9 +32,7 @@
"from langchain_core.runnables import RunnablePassthrough\n",
"\n",
"import bs4\n",
"from langchain_core.output_parsers import StrOutputParser\n",
"\n",
"from ollama.langchain2 import response"
"from langchain_core.output_parsers import StrOutputParser"
],
"outputs": [],
"execution_count": 43