Publish WinUI App to Windows 11 Machines

Publish WinUI App to Windows 11 Machines

In this post, “Publish WinUI App to Windows 11 Machines” we’ll walk through what WinUI 3 is, why you should use it, and how to package and distribute your app with a self-trusted certificate so users can install it safely. When building modern desktop...
Understanding OpenAI Embedding Models

Understanding OpenAI Embedding Models

In this blog post Understanding OpenAI Embedding Models and Practical Ways to Use Them we will unpack what OpenAI’s embedding models are, how they work under the hood, and how to put them to work in search, retrieval augmented generation (RAG), clustering, and...
Extracting Structured Data with OpenAI

Extracting Structured Data with OpenAI

In this blog post Extracting Structured Data with OpenAI for Real-World Pipelines we will turn unstructured content into trustworthy, structured JSON you can store, query, and automate against. Whether you process invoices, support emails, resumes, or contracts, the...
Cypher Queries and RAG Technology Explained

Cypher Queries and RAG Technology Explained

When it comes to making sense of complex data, especially in the era of AI, two concepts often come up together: Cypher queries and RAG technology. Cypher queries are the language behind graph databases like Neo4j, while RAG (Retrieval-Augmented Generation) is an...