ended8월 8일· 1 sources

Deletion That Reaches the Vector Index

Why it matters

DELETE FROM chunks WHERE document_id = $1 makes the rows invisible to queries immediately. It does not remove them from the HNSW index, and it does not remove the bytes from disk. For an ordinary appl...

1
Sources
+0
24h
Growth
44d
Active

Sources

Related Issues