My first commit

This commit is contained in:
Connor Shorten
2025-11-26 19:21:22 -05:00
parent 6899ba3086
commit 2ade83cd57
5 changed files with 37 additions and 2 deletions

7
pyproject.toml Normal file
View File

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