madsc13nt1st commited on
Commit
bdfe535
·
verified ·
1 Parent(s): 42c0033

removed langchain imports

Browse files
Files changed (1) hide show
  1. agent_tools.py +1 -4
agent_tools.py CHANGED
@@ -1,11 +1,8 @@
1
  from bs4 import BeautifulSoup
2
- from langchain_community.document_loaders import TextLoader, PyPDFLoader, Docx2txtLoader, CSVLoader
3
- from langchain_community.retrievers import BM25Retriever
4
- from langchain_text_splitters import RecursiveCharacterTextSplitter
5
  import markdownify
6
  import openpyxl
7
  import requests
8
- from smolagents import tool, Tool
9
  import tabulate
10
  import whisper
11
 
 
1
  from bs4 import BeautifulSoup
2
+ from smolagents import tool, Tool
 
 
3
  import markdownify
4
  import openpyxl
5
  import requests
 
6
  import tabulate
7
  import whisper
8