tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.langchain*: standardize inputs structure
Sarah Clark
8 months ago
298d649c
c4b51eb7
+65
-21
19 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
langchain
default.nix
langchain-anthropic
default.nix
langchain-aws
default.nix
langchain-azure-dynamic-sessions
default.nix
langchain-chroma
default.nix
langchain-community
default.nix
langchain-core
default.nix
langchain-deepseek
default.nix
langchain-fireworks
default.nix
langchain-groq
default.nix
langchain-huggingface
default.nix
langchain-mistralai
default.nix
langchain-mongodb
default.nix
langchain-ollama
default.nix
langchain-openai
default.nix
langchain-perplexity
default.nix
langchain-tests
default.nix
langchain-text-splitters
default.nix
langchain-xai
default.nix
+3
-1
pkgs/development/python-modules/langchain-anthropic/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
16
langchain-tests,
17
pytest-asyncio,
18
pytestCheckHook,
0
0
0
19
}:
20
21
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
15
langchain-tests,
16
pytest-asyncio,
17
pytestCheckHook,
18
+
19
+
# passthru
20
+
gitUpdater,
21
}:
22
23
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-aws/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
poetry-core,
···
17
langchain-tests,
18
pytest-asyncio,
19
pytestCheckHook,
0
0
0
20
}:
21
22
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
poetry-core,
···
16
langchain-tests,
17
pytest-asyncio,
18
pytestCheckHook,
19
+
20
+
# passthru
21
+
gitUpdater,
22
}:
23
24
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-azure-dynamic-sessions/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
poetry-core,
···
24
responses,
25
syrupy,
26
toml,
0
0
0
27
}:
28
29
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
poetry-core,
···
23
responses,
24
syrupy,
25
toml,
26
+
27
+
# passthru
28
+
gitUpdater,
29
}:
30
31
buildPythonPackage rec {
+11
-3
pkgs/development/python-modules/langchain-chroma/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
0
0
0
0
6
chromadb,
7
langchain-core,
8
-
langchain-tests,
9
numpy,
10
-
pdm-backend,
0
0
11
pytestCheckHook,
12
pytest-asyncio,
0
0
0
13
}:
14
15
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
+
6
+
# build-system
7
+
pdm-backend,
8
+
9
+
# dependencies
10
chromadb,
11
langchain-core,
0
12
numpy,
13
+
14
+
# tests
15
+
langchain-tests,
16
pytestCheckHook,
17
pytest-asyncio,
18
+
19
+
# passthru
20
+
gitUpdater,
21
}:
22
23
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-community/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
36
responses,
37
syrupy,
38
toml,
0
0
0
39
}:
40
41
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
35
responses,
36
syrupy,
37
toml,
38
+
39
+
# passthru
40
+
gitUpdater,
41
}:
42
43
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-core/default.nix
···
3
stdenv,
4
buildPythonPackage,
5
fetchFromGitHub,
6
-
gitUpdater,
7
8
# build-system
9
pdm-backend,
···
30
pytest-xdist,
31
pytestCheckHook,
32
syrupy,
0
0
0
33
}:
34
35
buildPythonPackage rec {
···
3
stdenv,
4
buildPythonPackage,
5
fetchFromGitHub,
0
6
7
# build-system
8
pdm-backend,
···
29
pytest-xdist,
30
pytestCheckHook,
31
syrupy,
32
+
33
+
# passthru
34
+
gitUpdater,
35
}:
36
37
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-deepseek/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
17
pytestCheckHook,
18
pytest-asyncio,
19
syrupy,
0
0
0
20
}:
21
22
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
16
pytestCheckHook,
17
pytest-asyncio,
18
syrupy,
19
+
20
+
# passthru
21
+
gitUpdater,
22
}:
23
24
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-fireworks/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
18
langchain-tests,
19
pytest-asyncio,
20
pytestCheckHook,
0
0
0
21
}:
22
23
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
17
langchain-tests,
18
pytest-asyncio,
19
pytestCheckHook,
20
+
21
+
# passthru
22
+
gitUpdater,
23
}:
24
25
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-groq/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
14
# tests
15
langchain-tests,
16
pytestCheckHook,
0
0
0
17
}:
18
19
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
13
# tests
14
langchain-tests,
15
pytestCheckHook,
16
+
17
+
# passthru
18
+
gitUpdater,
19
}:
20
21
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-huggingface/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
27
responses,
28
syrupy,
29
toml,
0
0
0
30
}:
31
32
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
26
responses,
27
syrupy,
28
toml,
29
+
30
+
# passthru
31
+
gitUpdater,
32
}:
33
34
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-mistralai/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
18
langchain-tests,
19
pytest-asyncio,
20
pytestCheckHook,
0
0
0
21
}:
22
23
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
17
langchain-tests,
18
pytest-asyncio,
19
pytestCheckHook,
20
+
21
+
# passthru
22
+
gitUpdater,
23
}:
24
25
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-mongodb/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
poetry-core,
···
19
pytestCheckHook,
20
pytest-mock,
21
syrupy,
0
0
0
22
}:
23
24
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
poetry-core,
···
18
pytestCheckHook,
19
pytest-mock,
20
syrupy,
21
+
22
+
# passthru
23
+
gitUpdater,
24
}:
25
26
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-ollama/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
16
pytestCheckHook,
17
pytest-asyncio,
18
syrupy,
0
0
0
19
}:
20
21
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
15
pytestCheckHook,
16
pytest-asyncio,
17
syrupy,
18
+
19
+
# passthru
20
+
gitUpdater,
21
}:
22
23
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-openai/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
25
responses,
26
syrupy,
27
toml,
0
0
0
28
}:
29
30
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
24
responses,
25
syrupy,
26
toml,
27
+
28
+
# passthru
29
+
gitUpdater,
30
}:
31
32
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-perplexity/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
17
pytest-cov,
18
pytest-mock,
19
pytestCheckHook,
0
0
0
20
}:
21
22
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
16
pytest-cov,
17
pytest-mock,
18
pytestCheckHook,
19
+
20
+
# passthru
21
+
gitUpdater,
22
}:
23
24
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-tests/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
24
pytest-asyncio,
25
pytest-socket,
26
pytestCheckHook,
0
0
0
27
}:
28
29
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
23
pytest-asyncio,
24
pytest-socket,
25
pytestCheckHook,
26
+
27
+
# passthru
28
+
gitUpdater,
29
}:
30
31
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-text-splitters/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
14
httpx,
15
pytest-asyncio,
16
pytestCheckHook,
0
0
0
17
}:
18
19
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
13
httpx,
14
pytest-asyncio,
15
pytestCheckHook,
16
+
17
+
# passthru
18
+
gitUpdater,
19
}:
20
21
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain-xai/default.nix
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
5
-
gitUpdater,
6
7
# build-system
8
pdm-backend,
···
18
pytest-asyncio,
19
pytest-mock,
20
pytestCheckHook,
0
0
0
21
}:
22
23
buildPythonPackage rec {
···
2
lib,
3
buildPythonPackage,
4
fetchFromGitHub,
0
5
6
# build-system
7
pdm-backend,
···
17
pytest-asyncio,
18
pytest-mock,
19
pytestCheckHook,
20
+
21
+
# passthru
22
+
gitUpdater,
23
}:
24
25
buildPythonPackage rec {
+3
-1
pkgs/development/python-modules/langchain/default.nix
···
3
buildPythonPackage,
4
fetchFromGitHub,
5
pythonOlder,
6
-
gitUpdater,
7
8
# build-system
9
pdm-backend,
···
38
responses,
39
syrupy,
40
toml,
0
0
0
41
}:
42
43
buildPythonPackage rec {
···
3
buildPythonPackage,
4
fetchFromGitHub,
5
pythonOlder,
0
6
7
# build-system
8
pdm-backend,
···
37
responses,
38
syrupy,
39
toml,
40
+
41
+
# passthru
42
+
gitUpdater,
43
}:
44
45
buildPythonPackage rec {