about summary refs log tree commit diff
path: root/pkgs/development/python-modules/langchain
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-06-28 17:49:22 +0200
committerGitHub <noreply@github.com>2023-06-28 17:49:22 +0200
commitbf13d993e772254b933f37b78c9d7200c1f90449 (patch)
treed98f5dae49802f278746bc5ed4da321f1a24062c /pkgs/development/python-modules/langchain
parent42b603b67893fc2e9e75f7043a5c24bd14599521 (diff)
parentb62f855b54e916d760b93b3ab893a10db4afdc4a (diff)
Merge pull request #232039 from natsukium/python3Packages.wikipedia/init
python3Packages.wikipedia: init at 1.4.0; python3Packages.langchain: enable wikipedia
Diffstat (limited to 'pkgs/development/python-modules/langchain')
-rw-r--r--pkgs/development/python-modules/langchain/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/langchain/default.nix b/pkgs/development/python-modules/langchain/default.nix
index 50c08bb67557f..92b12ed3c1640 100644
--- a/pkgs/development/python-modules/langchain/default.nix
+++ b/pkgs/development/python-modules/langchain/default.nix
@@ -36,6 +36,7 @@
 , faiss
 , spacy
 , nltk
+, wikipedia
 , beautifulsoup4
 , tiktoken
 , jinja2
@@ -177,7 +178,7 @@ buildPythonPackage rec {
       transformers
       spacy
       nltk
-      # wikipedia
+      wikipedia
       beautifulsoup4
       tiktoken
       torch