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"