You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a complete working example showing async SQLAlchemy with HNSW
indexing and cosine distance queries. The README documents async
driver registration and HNSW index creation separately, but lacks
a combined example showing the most common production pattern
(async engine + HNSW index + cosine nearest-neighbor queries).
0 commit comments