File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55import time
66
77from langchain .text_splitter import RecursiveCharacterTextSplitter
8+ from langchain_chroma import Chroma
89from langchain_community .document_loaders import AsyncHtmlLoader
910from langchain_community .document_transformers import Html2TextTransformer
10- from langchain_community .utilities import GoogleSearchAPIWrapper
11- from langchain_community .vectorstores import Chroma
11+ from langchain_google_community import GoogleSearchAPIWrapper
1212from langchain_huggingface import HuggingFaceEndpointEmbeddings
1313
1414from comps import (
Original file line number Diff line number Diff line change 55google-api-python-client >= 2.100.0
66html2text
77huggingface-hub == 0.27.1
8+ langchain-chroma
9+ langchain-google-community
810langchain-huggingface
911langchain_community
1012opentelemetry-api
You can’t perform that action at this time.
0 commit comments