Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from langchain.agents import AgentExecutor, AgentType, initialize_agent
|
|
2 |
from langchain.agents.structured_chat.prompt import SUFFIX
|
3 |
from langchain.chat_models import ChatOpenAI
|
4 |
from langchain.memory import ConversationBufferMemory
|
5 |
-
from tools import
|
6 |
|
7 |
import chainlit as cl
|
8 |
from chainlit.action import Action
|
|
|
2 |
from langchain.agents.structured_chat.prompt import SUFFIX
|
3 |
from langchain.chat_models import ChatOpenAI
|
4 |
from langchain.memory import ConversationBufferMemory
|
5 |
+
from tools import rag_tool
|
6 |
|
7 |
import chainlit as cl
|
8 |
from chainlit.action import Action
|