Wednesday, July 17, 2024

AI embeddings without OpenAI, $0; tokenization @ Hugging Face API & libs

Hugging Face, Inc. is a French-American company that develops computation tools for building applications using machine learning. It is most notable for its transformers library built for natural language processing applications and its platform that allows users to share machine learning models and datasets and showcase their work.


data format: OData Web Services

used with Dynamics 365; based on XML

OData documentation - OData | Microsoft Learn

OData (Open Data Protocol) is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming REST APIs. It enables creation of REST-based services which allow resources identified using Uniform Resource Locators (URLs) and defined in a data model, to be published and edited by Web clients using simple HTTP messages.

OData Web Services - Business Central | Microsoft Learn

The Open Data Protocol (OData) is a web protocol that is designed for querying tabular data and provides you with an alternative to SOAP-based web services. OData builds on web technologies such as HTTP and JavaScript Object Notation (JSON) to provide access to information from different applications, services, and stores. OData uses URIs for resource identification and commits to an HTTP-based, uniform interface for interacting with resources. This commitment to core Web principles allows for OData to enable a new level of data integration and interoperability across a broad range of clients, servers, services, and tools.


Open Data Protocol (OData) is an open protocol that allows the creation and consumption of queryable and interoperable Web service APIs in a standard way. Microsoft initiated OData in 2007.

The protocol enables the creation and consumption of HTTP-based Web APIs, which allow Web clients to publish and edit resources, identified using URLs and defined in a data model, using simple HTTP messages. OData shares some similarities with JDBC and with ODBC; like ODBC, OData is not limited to relational databases.



MIT, JS/TS




AI TDD code generator: micro-agent

 BuilderIO/micro-agent: An AI agent that writes (actually useful) code for you @GitHub
TypeScript, MIT license

An AI agent that writes and fixes code for you

Just run micro-agent, give it a prompt, and it'll generate a test
and then iterate on code until all test cases pass.