Update utils.py
Browse files
utils.py
CHANGED
@@ -41,7 +41,6 @@ from langchain_community.tools import DuckDuckGoSearchRun
|
|
41 |
from langchain.retrievers.tavily_search_api import TavilySearchAPIRetriever
|
42 |
from typing import Dict, TypedDict
|
43 |
from langchain_core.messages import BaseMessage
|
44 |
-
from langchain_openai import OpenAIEmbeddings
|
45 |
from langchain.prompts import PromptTemplate
|
46 |
|
47 |
|
|
|
41 |
from langchain.retrievers.tavily_search_api import TavilySearchAPIRetriever
|
42 |
from typing import Dict, TypedDict
|
43 |
from langchain_core.messages import BaseMessage
|
|
|
44 |
from langchain.prompts import PromptTemplate
|
45 |
|
46 |
|