From cc325b1f51d1508b9d0b8dc255630cbab2237296 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Fri, 29 Sep 2023 08:41:08 -0700 Subject: [PATCH] bump --- docs/extras/integrations/chat/index.mdx | 1 + docs/extras/integrations/llms/index.mdx | 5 ++--- libs/experimental/pyproject.toml | 2 +- libs/langchain/pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/extras/integrations/chat/index.mdx b/docs/extras/integrations/chat/index.mdx index e3b05653e82ad..7be54104ca84e 100644 --- a/docs/extras/integrations/chat/index.mdx +++ b/docs/extras/integrations/chat/index.mdx @@ -22,6 +22,7 @@ AzureChatOpenAI|✅|✅|✅|✅ BedrockChat|✅|❌|✅|❌ ChatAnthropic|✅|✅|✅|✅ ChatAnyscale|✅|✅|✅|✅ +ChatFireworks|✅|✅|✅|✅ ChatGooglePalm|✅|✅|❌|❌ ChatJavelinAIGateway|✅|✅|❌|❌ ChatKonko|✅|❌|❌|❌ diff --git a/docs/extras/integrations/llms/index.mdx b/docs/extras/integrations/llms/index.mdx index 504d6e8bc3a98..0e8dbcb56c7a9 100644 --- a/docs/extras/integrations/llms/index.mdx +++ b/docs/extras/integrations/llms/index.mdx @@ -39,8 +39,7 @@ Databricks|✅|❌|❌|❌|❌|❌ DeepInfra|✅|❌|❌|❌|❌|❌ DeepSparse|✅|❌|❌|❌|❌|❌ EdenAI|✅|✅|❌|❌|❌|❌ -Fireworks|✅|✅|❌|❌|✅|✅ -FireworksChat|✅|✅|❌|❌|✅|✅ +Fireworks|✅|✅|✅|✅|❌|❌ ForefrontAI|✅|❌|❌|❌|❌|❌ GPT4All|✅|❌|❌|❌|❌|❌ GooglePalm|✅|❌|❌|❌|✅|❌ @@ -48,7 +47,7 @@ GooseAI|✅|❌|❌|❌|❌|❌ GradientLLM|✅|✅|❌|❌|❌|❌ HuggingFaceEndpoint|✅|❌|❌|❌|❌|❌ HuggingFaceHub|✅|❌|❌|❌|❌|❌ -HuggingFacePipeline|✅|❌|❌|❌|❌|❌ +HuggingFacePipeline|✅|❌|❌|❌|✅|❌ HuggingFaceTextGenInference|✅|✅|✅|✅|❌|❌ HumanInputLLM|✅|❌|❌|❌|❌|❌ JavelinAIGateway|✅|✅|❌|❌|❌|❌ diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index eff6ac0243557..994bcada1bf25 100644 --- a/libs/experimental/pyproject.toml +++ b/libs/experimental/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-experimental" -version = "0.0.22" +version = "0.0.23" description = "Building applications with LLMs through composability" authors = [] license = "MIT" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index aed20ebd8332a..d5681a13b496a 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.304" +version = "0.0.305" description = "Building applications with LLMs through composability" authors = [] license = "MIT"