feat: - vector

This commit is contained in:
heyong.fu
2026-05-06 11:29:40 +08:00
commit bffbdb9046
43 changed files with 17172 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "02vector"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jieba>=0.42.1",
"pymilvus>=2.6.3",
]