akgfab's comments

akgfab | 2 years ago | on: Show HN: Lookup the school district associated with a street address in the US

Nice work! This doesn’t hold for all school districts. Some, like New Orleans post Katrina, became all-charter districts such that each school essentially operated as its own district. Other districts serve only elementary school students (as opposed to “Unified” districts). Just heads up that there are edge cases.

akgfab | 2 years ago | on: LLMs, RAG, and the missing storage layer for AI

You can think of a vector database with n vectors as a network whose adjacency matrix is nxn and each edge is represented by whatever similarity metric between nodes you choose to use. So you can have strongly connected edges and weakly connected edges.
page 1