python310Packages.langchain: add clarifai as an optional-dependency
This commit is contained in:
parent
4f84f7c81b
commit
5f2679727c
@ -17,6 +17,7 @@
|
||||
, bash
|
||||
# optional dependencies
|
||||
, anthropic
|
||||
, clarifai
|
||||
, cohere
|
||||
, openai
|
||||
, nlpcloud
|
||||
@ -123,6 +124,7 @@ buildPythonPackage rec {
|
||||
passthru.optional-dependencies = {
|
||||
llms = [
|
||||
anthropic
|
||||
clarifai
|
||||
cohere
|
||||
openai
|
||||
nlpcloud
|
||||
@ -140,6 +142,9 @@ buildPythonPackage rec {
|
||||
text_helpers = [
|
||||
chardet
|
||||
];
|
||||
clarifai = [
|
||||
clarifai
|
||||
];
|
||||
cohere = [
|
||||
cohere
|
||||
];
|
||||
@ -157,6 +162,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
all = [
|
||||
anthropic
|
||||
clarifai
|
||||
cohere
|
||||
openai
|
||||
nlpcloud
|
||||
|
Loading…
Reference in New Issue
Block a user