Remove LangChain Community (#2362)

This commit is contained in:
Yuhong Sun 2024-09-08 09:41:20 -07:00 committed by GitHub
parent 51a13f5fc7
commit c8891a5829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -327,7 +327,7 @@ def extract_text(file: dict[str, str], service: discovery.Resource) -> str:
export_mime_type = "text/plain"
elif mime_type in [
GDriveMimeType.PLAIN_TEXT.value,
GDriveMimeType.MARKDOWN.value
GDriveMimeType.MARKDOWN.value,
]:
export_mime_type = mime_type

View File

@ -26,7 +26,6 @@ huggingface-hub==0.20.1
jira==3.5.1
jsonref==1.1.0
langchain==0.1.17
langchain-community==0.0.36
langchain-core==0.1.50
langchain-text-splitters==0.0.1
litellm==1.43.18