Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytests #52

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
548 changes: 548 additions & 0 deletions graphrag_sdk/custom_metric.py

Large diffs are not rendered by default.

1,922 changes: 1,466 additions & 456 deletions poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphrag_sdk"
version = "0.4.1"
version = "0.4.2"
license = "MIT"
description = "Enables graph-based RAG and integration with LLMs for advanced querying and knowledge graph creation."
authors = ["FalkorDB <[email protected]>"]
Expand All @@ -22,6 +22,7 @@ ratelimit = "^2.2.1"
python-dotenv = "^1.0.1"
fix-busted-json = "^0.0.18"
ipykernel = "^6.29.5"
deepeval = { version = "^2.0.9", python = ">=3.9,<3.13" }
vertexai = { version = "^1.49.0", optional = true }
ollama = { version = "^0.2.1", optional = true }
openai = { version = "^1.35.9", optional = true }
Expand Down
108 changes: 0 additions & 108 deletions tests/test_kg_gemini.py

This file was deleted.

95 changes: 0 additions & 95 deletions tests/test_kg_litellm_openai.py

This file was deleted.

109 changes: 0 additions & 109 deletions tests/test_kg_ollama.py

This file was deleted.

Loading
Loading