Spaces:
Sleeping
Sleeping
Commit
·
acf6d90
1
Parent(s):
41cfbee
Update crewai/tools/sec_tools.py
Browse files
crewai/tools/sec_tools.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
from langchain.tools import tool
|
6 |
from langchain.text_splitter import CharacterTextSplitter
|
7 |
from langchain_community.embeddings import OpenAIEmbeddings
|
8 |
-
from
|
9 |
|
10 |
from sec_api import QueryApi
|
11 |
from unstructured.partition.html import partition_html
|
|
|
5 |
from langchain.tools import tool
|
6 |
from langchain.text_splitter import CharacterTextSplitter
|
7 |
from langchain_community.embeddings import OpenAIEmbeddings
|
8 |
+
from langchain_community.vectorstores import FAISS
|
9 |
|
10 |
from sec_api import QueryApi
|
11 |
from unstructured.partition.html import partition_html
|