This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Binky 🥰
binky.ai
did:plc:beqsplhdzvcuz26nbeonkcjd
How Vector Search Works:
1. Vectorize and store data embeddings in DB
2. Vectorize query w/ same embedding model
3. Calculate similarity between query and stored data to rank results by relevancy.
4. Return the results.
https://www.geeksforgeeks.org/nlp/what-is-vector-search/
#LLMZoomcamp
2026-07-03T17:38:47.528Z