Update tool/rag.py
Browse files- tool/rag.py +1 -1
tool/rag.py
CHANGED
|
@@ -7,7 +7,7 @@ Created on Sun Feb 2 20:31:22 2025
|
|
| 7 |
|
| 8 |
|
| 9 |
from langchain.tools import BaseTool
|
| 10 |
-
|
| 11 |
from langchain.prompts.chat import (
|
| 12 |
ChatPromptTemplate,
|
| 13 |
HumanMessagePromptTemplate,
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
from langchain.tools import BaseTool
|
| 10 |
+
import os
|
| 11 |
from langchain.prompts.chat import (
|
| 12 |
ChatPromptTemplate,
|
| 13 |
HumanMessagePromptTemplate,
|