-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4c1b36
commit dc812db
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### 2024-09-05 | ||
Podcasts #podcasts | ||
* [Beyond the bullets: we go to Ukraine - The Intelligence](https://www.listennotes.com/podcasts/economist-podcasts/beyond-the-bullets-we-go-to-8uO5WmtlRhH) - a moving account of culture and life in wartime | ||
* [What happened to Dunzo? - Daybreak](https://www.listennotes.com/podcasts/daybreak/what-happened-to-dunzo-Ig1LTs3yPqE/) #india #business | ||
* [The British Elite - Thinking Allowed](https://www.listennotes.com/podcasts/thinking-allowed/the-british-elite-P9phUfBOjJC/) #sociology | ||
* [Don't call me an influencer! - The Food Chain](https://www.listennotes.com/podcasts/the-food-chain/dont-call-me-an-influencer-7bu68QpsSD0/) #food | ||
|
||
[Full Scale IQ Test](https://openpsychometrics.org/tests/FSIQ/) - Looks interesting #iq | ||
|
||
[Postgres as a search engine](https://anyblockers.com/posts/postgres-as-a-search-engine?ref=labnotes.org) #rag #postgres | ||
|
||
> In this post, we’ll explore how to use Postgres to create a robust search engine. We’ll combine three techniques: | ||
> | ||
> 1. Full-text search with `tsvector` | ||
> 2. Semantic search with `pgvector` | ||
> 3. Fuzzy matching with `pg_trgm` | ||
> 4. Bonus: BM25 | ||
Some very interesting illustration of Postgres plugins and SQL, a lot of which I glazed over for now. |