Building a Simple Pay-As-You-Go Service in Solidity
I'm learning Solidity and wanted to apply some concepts to build a pay-as-you-go (PAYG) service contract as practice. I finished The Complete Solidity Course...
I'm learning Solidity and wanted to apply some concepts to build a pay-as-you-go (PAYG) service contract as practice. I finished The Complete Solidity Course...
In the previous posts (Part 1, Part 2, Part 3) I showed how we built the context-aware retriever. This post covers how to use kb-bridge, the Python package t...
In Part 1 and Part 2, I walked through the design and implementation. Now let's evaluate how well it performs on the ContractNLI dataset and see if the added...
In Part 1, I walked through the design. Now let's see it in action with a hands-on example using the ContractNLI dataset. I'll assume chunking is already han...
In this post, I’ll share how I built a context-aware retriever for knowledge base question answering. It runs on top of an MCP server and can easily plug int...