add inlined mistralai to avoid opentelemetry conflict
This commit is contained in:
@@ -117,6 +117,11 @@ let
|
|||||||
propagatedBuildInputs = with python3Packages; [ langchain-core ];
|
propagatedBuildInputs = with python3Packages; [ langchain-core ];
|
||||||
meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; };
|
meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; };
|
||||||
};
|
};
|
||||||
|
mistralai = fetchWheel {
|
||||||
|
pname = "mistralai"; version = "2.4.7"; hash = lib.fakeHash;
|
||||||
|
propagatedBuildInputs = with python3Packages; [ httpx pydantic python-dateutil ];
|
||||||
|
meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; };
|
||||||
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
|
|||||||
Reference in New Issue
Block a user