This commit is contained in:
Harrison Chase 2023-03-17 09:05:08 -07:00 committed by GitHub
parent dd90fd02d5
commit 2f6833d433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ from typing import Any, List, Optional, Tuple
from urllib.parse import unquote
from langchain.docstore.document import Document
from langchain.document_loaders import DirectoryLoader, PyPDFLoader
from langchain.document_loaders.directory import DirectoryLoader
from langchain.document_loaders.pdf import PyPDFLoader
from langchain.document_loaders.web_base import WebBaseLoader

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.114"
version = "0.0.115"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"