Add MODAIC token support and fix init to accept kwargs

This commit is contained in:
2025-12-17 10:52:44 -08:00
parent 316f16630f
commit 76b959d985
6 changed files with 102 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "CrossEncoderRanker"
version = "0.1.0"
description = "Add your description here"
description = "Cross encoder ranker using modaic"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["modaic>=0.4.1", "weaviate-client>=4.18.1"]
dependencies = ["modaic>=0.8.0", "weaviate-client>=4.18.1"]