Sun, Dec 22, 2024. Discourse does not support searching across multiple forums. Instead, search for the term in all forums. Example. Then scroll through the results. Then, in the console, hide the ones you don't want. Example: #search
Hide posts that are not in the "Tools in Data Science" category: $(".badge-category__name").filter(d => d.textContent == "Tools in Data Science").map(d => d.closest(".fps-result")).filter(d => d).forEach(d => d.style.display = "none")
Fri, May 31, 2024. Combining vector search and keyword search with reciprocal rank fusion seems to work well for RAG. Ref#search