From 77c7c9ab9739fcaf90e77ddde24be9d1cc72a4e5 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:55:00 -0700 Subject: [PATCH] bump 305 (#11224) --- docs/extras/integrations/llms/index.mdx | 3 ++- libs/experimental/pyproject.toml | 2 +- libs/langchain/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/extras/integrations/llms/index.mdx b/docs/extras/integrations/llms/index.mdx index 40f974b4da..758087cd82 100644 --- a/docs/extras/integrations/llms/index.mdx +++ b/docs/extras/integrations/llms/index.mdx @@ -39,6 +39,7 @@ Databricks|✅|❌|❌|❌|❌|❌ DeepInfra|✅|❌|❌|❌|❌|❌ DeepSparse|✅|❌|❌|❌|❌|❌ EdenAI|✅|✅|❌|❌|❌|❌ +Fireworks|✅|✅|✅|✅|❌|❌ Fireworks|✅|✅|✅|✅|✅|✅ ForefrontAI|✅|❌|❌|❌|❌|❌ GPT4All|✅|❌|❌|❌|❌|❌ @@ -47,7 +48,7 @@ GooseAI|✅|❌|❌|❌|❌|❌ GradientLLM|✅|✅|❌|❌|❌|❌ HuggingFaceEndpoint|✅|❌|❌|❌|❌|❌ HuggingFaceHub|✅|❌|❌|❌|❌|❌ -HuggingFacePipeline|✅|❌|❌|❌|❌|❌ +HuggingFacePipeline|✅|❌|❌|❌|✅|❌ HuggingFaceTextGenInference|✅|✅|✅|✅|❌|❌ HumanInputLLM|✅|❌|❌|❌|❌|❌ JavelinAIGateway|✅|✅|❌|❌|❌|❌ diff --git a/libs/experimental/pyproject.toml b/libs/experimental/pyproject.toml index eff6ac0243..994bcada1b 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 3064a95329..56a1d86e89 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"