From 65dfad9a5bf8c82866531bfe8057e84a9cf33d27 Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 17 May 2023 22:14:41 +0900 Subject: [PATCH] python3Packages.langchain: enable google-search-results --- pkgs/development/python-modules/langchain/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix index aef554522940..4ff8f55bfc08 100644 --- a/pkgs/development/python-modules/langchain/default.nix +++ b/pkgs/development/python-modules/langchain/default.nix @@ -31,6 +31,7 @@ , azure-core , elasticsearch , opensearch-py +, google-search-results , faiss , spacy , nltk @@ -147,7 +148,7 @@ buildPythonPackage rec { manifest-ml elasticsearch opensearch-py - # google-search-results + google-search-results faiss sentence-transformers transformers