[Feat] ColQwen intergration (#111)

* add colqwen stuff

* add colqwen stuff and pass ruff

* remove ipynb
This commit is contained in:
Yichuan Wang
2025-09-23 17:51:29 -07:00
committed by GitHub
parent db7ba27ff6
commit edde0cdeb2
5 changed files with 802 additions and 1 deletions

View File

@@ -104,7 +104,11 @@ astchunk = { path = "packages/astchunk-leann", editable = true }
[tool.ruff]
target-version = "py39"
line-length = 100
extend-exclude = ["third_party"]
extend-exclude = [
"third_party",
"apps/multimodal/vision-based-pdf-multi-vector/multi-vector-leann.py",
"apps/multimodal/vision-based-pdf-multi-vector/multi-vector-leann-similarity-map.py"
]
[tool.ruff.lint]