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 urllib.parse import unquote
from langchain.docstore.document import Document 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 from langchain.document_loaders.web_base import WebBaseLoader

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

Loading…
Cancel
Save