fix(vector): correct SeekDB adapter semantics (#2536)

This commit is contained in:
huanghuoguoguo
2026-09-12 19:40:30 +08:00
committed by GitHub
parent 58cde8c022
commit d26d0635c5
6 changed files with 323 additions and 102 deletions
+2 -1
View File
@@ -110,7 +110,8 @@ classifiers = [
[project.optional-dependencies]
seekdb = [
"pyseekdb==1.1.0.post3",
"pyseekdb==1.4.0.post1",
"pylibseekdb==1.4.0; sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64')",
]
[project.urls]