Skip to content

Commit a88325d

Browse files
authored
Remove ragstack-langchain graph store (#609)
* Remove ragstack-langchain graph store * Fix missing dep
1 parent 0d0716f commit a88325d

File tree

11 files changed

+12
-167
lines changed

11 files changed

+12
-167
lines changed

libs/e2e-tests/pyproject.langchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ pillow = "^10.2.0"
1717
python-dotenv = "^1.0.1"
1818
trulens-eval = "^0.32.0"
1919
langchainhub = "^0.1.15"
20+
keybert = "^0.8.5"
21+
gliner = "^0.2.5"
2022

2123
# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
2224
# nemoguardrails = "^0.8.0"

libs/e2e-tests/pyproject.llamaindex.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ pillow = "^10.2.0"
1515
python-dotenv = "^1.0.1"
1616
trulens-eval = "^0.32.0"
1717
langchainhub = "^0.1.15"
18+
keybert = "^0.8.5"
19+
gliner = "^0.2.5"
1820

1921
# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
2022
# nemoguardrails = "^0.8.0"

libs/e2e-tests/pyproject.ragstack-ai.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ python = ">=3.9,<3.13,!=3.9.7"
1010

1111
[tool.poetry.group.test.dependencies]
1212
ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
13-
llama-index-embeddings-huggingface = "^0.1.0"
14-
llama-index-llms-huggingface = "^0.1.0"
13+
llama-index-embeddings-huggingface = "^0.2.2"
14+
llama-index-llms-huggingface = "^0.2.5"
1515
boto3 = "^1.29.6"
1616
azure-storage-blob = "^12.19.0"
1717
pillow = "^10.2.0"
1818
python-dotenv = "^1.0.1"
1919
trulens-eval = "^0.32.0"
2020
langchainhub = "^0.1.15"
21+
keybert = "^0.8.5"
22+
gliner = "^0.2.5"
2123

2224
# Temporarily use nemoguardrails HEAD to get https://github.com/NVIDIA/NeMo-Guardrails/pull/551
2325
# nemoguardrails = "^0.8.0"

libs/e2e-tests/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ python = ">=3.9,<3.13,!=3.9.7"
1010

1111
[tool.poetry.group.test.dependencies]
1212
ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
13-
llama-index-embeddings-huggingface = "^0.1.0"
14-
llama-index-llms-huggingface = "^0.1.0"
13+
llama-index-embeddings-huggingface = "^0.2.2"
14+
llama-index-llms-huggingface = "^0.2.5"
1515
azure-storage-blob = "^12.19.0"
1616
pillow = "^10.2.0"
1717
python-dotenv = "^1.0.1"
1818
trulens-eval = "^0.32.0"
1919
nemoguardrails = { git = "https://github.com/NVIDIA/NeMo-Guardrails.git", branch = "develop" }
2020
langchainhub = "^0.1.15"
21+
keybert = "^0.8.5"
22+
gliner = "^0.2.5"
2123

2224
# From LangChain optional deps, needed by WebBaseLoader
2325
beautifulsoup4 = "^4"

libs/langchain/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ ragstack-ai-tests-utils = { path = "../tests-utils", develop = true }
3939
ragstack-ai-colbert = { path = "../colbert", develop = true }
4040
ragstack-ai-knowledge-store = { path = "../knowledge-store", develop = true }
4141
pytest-asyncio = "^0.23.6"
42-
keybert = "^0.8.5"
43-
gliner = "^0.2.5"
4442

4543
[tool.pytest.ini_options]
4644
asyncio_mode = "auto"

libs/langchain/ragstack_langchain/graph_store/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/langchain/ragstack_langchain/graph_store/extractors/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

libs/langchain/ragstack_langchain/graph_store/extractors/link_extractor_transformer.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)