This commit is contained in:
Bagatur 2023-07-24 11:32:17 -07:00 committed by GitHub
parent 14aa27b5f4
commit 4928f7a9f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1078,7 +1078,7 @@
},
{
"source": "/docs/ecosystem/integrations/",
"destination": "/docs/integrations/providers/"
"destination": "/docs/integrations/"
},
{
"source": "/docs/ecosystem/integrations/:path*",

View File

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

View File

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