tool-patch
Harrison Chase 1 year ago committed by GitHub
parent dd90fd02d5
commit 2f6833d433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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"

Loading…
Cancel
Save