23 buildPythonPackage rec {
24 pname = "langchain-mongodb";
28 src = fetchFromGitHub {
29 owner = "langchain-ai";
31 tag = "langchain-mongodb==${version}";
32 hash = "sha256-Jd9toXkS9dGtSIrJQ/5W+swV1z2BJOJKBtkyGzj3oSc=";
35 sourceRoot = "${src.name}/libs/partners/mongodb";
37 build-system = [ poetry-core ];
59 pytestFlagsArray = [ "tests/unit_tests" ];
61 pythonImportsCheck = [ "langchain_mongodb" ];
64 inherit (langchain-core) updateScript;
68 changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-mongodb==${version}";
69 description = "Integration package connecting MongoDB and LangChain";
70 homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/mongodb";
71 license = lib.licenses.mit;
72 maintainers = with lib.maintainers; [