archive

Category: How-to

A Novel Approach to Combined Keyword and Semantic Search with Contextual Reranking for Enhanced LLM Queries By Eric Boehlke – truevis.com AbstractIn the era of large language models (LLMs), efficient and accurate information retrieval is […]

Learn how to implement vector similarity search using SQLite instead of Pinecone, cutting infrastructure costs while maintaining performance for static LLM applications. A practical guide with code examples and cost comparisons.

Deploy and Update a Docker App with a GitHub Repo and Cloudflare Subdomain This tutorial covers: 1. Initial Setup on the VPS Step 1.1: Update System Packages Ensure the VPS is up-to-date: Step 1.2: Install […]

In Cursor’s Composer you can point to an MD file as a prompt instead of typing it. Just use “@” Composer Prompt Prompt File Results Before After See also https://discuss.streamlit.io/t/lets-make-a-prompt-library-for-cursor-streamlit/79937

Create and Publish an Interactive Web App Using Cursor and Streamlit

Bing AI Chat is an amazing a programming coach. I can give it some code or info plus what I want to do with it and it will write new code for me. Python works […]

Download ZIP from https://gist.github.com/Bill-Stewart/a524bd4ce9f2b041cba5d499ba76142c#file-get-installedapp-ps1 Extract a524bd4ce9f2b041cba5d499ba76142c-b3da3b34bfe883c6b71ed18660fd897cd2aaaab6\Get-InstalledApp.ps1 to a folder Run Windows PowerShell as administrator CD to the folder that the PSI file was extracted to Change execution policy Run Set-ExecutionPolicy then Bypass then Y Info […]

A way to find the elusive RVT.msi from old install files when running Revit 2023.1.1 Update

In this video, I compare my $50 Mesh Import from OBJ files for Revit addin to the native OBJ importer that was new in Revit 2022. It seems to me that my addin is better […]

Every version of a Revit API app must reference some DLLs that come with Revit’s releases. Open the .sln of your API code. In Visual Studio’s Solution Explorer, see Properties. One can see what Revit […]