sknebelgets a preview of "Show/Hide Transcript..." in -streams and yeah, that's what the microformats text form starts with. wonder if thats something that can be improved
Loqi[preview] [Danilo] Took about a week of steady work to gain feature parity, but I've got SvelteKit generating a static site via Netlify, and Ghost has been replaced.What a robust community Svelte has. I found backup on nearly everything I needed, from date formatters t...
capjamesgI have two attributes: vector similarity and time. I want to weigh records published in the last 60 days more than the rest, but not exclude documents further back.
[KevinMarks]With technorati, we had post tables with different time horizons. We'd look in the "last 24 hours" one first, then the last week, then last 28 days, then full.
capjamesgI wanted to ask my Bot something along the lines of "based on things I have said recently in the IndieWeb chat, suggest blog post topics" but the IR mechanism doesn't care about dates.
bkilSo basically as per the multiplication mentioned by [KevinMarks] , you may multiply the existing weight by the (inverse) of the logarithm of the age of the given document. What base you use for your logarithm is subject for experimentation of course.
capjamesgi[0] is an ordered list of indices for items in schema, where the order is the similarity between the user's query (as an embedding vector) and items in the vector data store.
[KevinMarks]The binned idea works when you have a lot of variation in results for different queries - eg for Technorati we were returning links to an article, and an NYT article would have a lot of links on the day compared to a blog post from 2 days ago