pull/11231/head v0.0.305
Bagatur 11 months ago committed by GitHub
parent 33884b2184
commit 77c7c9ab97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,7 @@ Databricks|✅|❌|❌|❌|❌|❌
DeepInfra|✅|❌|❌|❌|❌|❌ DeepInfra|✅|❌|❌|❌|❌|❌
DeepSparse|✅|❌|❌|❌|❌|❌ DeepSparse|✅|❌|❌|❌|❌|❌
EdenAI|✅|✅|❌|❌|❌|❌ EdenAI|✅|✅|❌|❌|❌|❌
Fireworks|✅|✅|✅|✅|❌|❌
Fireworks|✅|✅|✅|✅|✅|✅ Fireworks|✅|✅|✅|✅|✅|✅
ForefrontAI|✅|❌|❌|❌|❌|❌ ForefrontAI|✅|❌|❌|❌|❌|❌
GPT4All|✅|❌|❌|❌|❌|❌ GPT4All|✅|❌|❌|❌|❌|❌
@ -47,7 +48,7 @@ GooseAI|✅|❌|❌|❌|❌|❌
GradientLLM|✅|✅|❌|❌|❌|❌ GradientLLM|✅|✅|❌|❌|❌|❌
HuggingFaceEndpoint|✅|❌|❌|❌|❌|❌ HuggingFaceEndpoint|✅|❌|❌|❌|❌|❌
HuggingFaceHub|✅|❌|❌|❌|❌|❌ HuggingFaceHub|✅|❌|❌|❌|❌|❌
HuggingFacePipeline|✅|❌|❌|❌||❌ HuggingFacePipeline|✅|❌|❌|❌||❌
HuggingFaceTextGenInference|✅|✅|✅|✅|❌|❌ HuggingFaceTextGenInference|✅|✅|✅|✅|❌|❌
HumanInputLLM|✅|❌|❌|❌|❌|❌ HumanInputLLM|✅|❌|❌|❌|❌|❌
JavelinAIGateway|✅|✅|❌|❌|❌|❌ JavelinAIGateway|✅|✅|❌|❌|❌|❌

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

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

Loading…
Cancel
Save