Wednesday, December 20, 2023

AI code: TLDraw "make real" HTML+JS+CSS

 Unreal. AI writing Tailwind + JS from a sketch - YouTube


tldraw/tldraw: a very good whiteboard @GitHub


tldraw.com (playground)


“Make It Real” AI prototype wows devs by turning drawings into working software | Ars Technica




LanceDB: vector database, search, AI

podcast

Open source, on-disk vector search with LanceDB featuring Chang She, CEO and co-founder of LanceDB (Practical AI #250) |> Changelog

LanceDB




Rust + Python + TypeScript

Apache






A vector database is a type of database that stores data as high-dimensional vectors, which are mathematical representations of features or attributes. Each vector has a certain number of dimensions, which can range from tens to thousands, depending on the complexity and granularity of the data. The vectors are usually generated by applying some kind of transformation or embedding function to the raw data, such as text, images, audio, video, and others. The embedding function can be based on various methods, such as machine learning models, word embeddings, feature extraction algorithms.

The main advantage of a vector database is that it allows for fast and accurate similarity search and retrieval of data based on their vector distance or similarity. This means that instead of using traditional methods of querying databases based on exact matches or predefined criteria, you can use a vector database to find the most similar or relevant data based on their semantic or contextual meaning.