Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
1–10 of 27 posts
Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#2Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#3Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#4Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#5I was just starting to learn about embeddings for a very similar use on my project. Newbie question: what are pros/cons of using an API like gpt Ada to calculate the embeddings, compared to importing some model on Python and running it locally like in this article?
Is the local model's quality sufficient for your use case, or do you need something higher quality?
Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#6I was just starting to learn about embeddings for a very similar use on my project. Newbie question: what are pros/cons of using an API like gpt Ada to calculate the embeddings, compared to importing some model on Python and running it locally like in this article?
With Ada your workers stay lightweight. For a bootstrapped project, I found it easier to pay the small API cost than to manage the infrastructure complexity of fat worker nodes.
Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#7“Finding ‘Abbey Road’ given ‘beatles abbey rd’ search with Postgres”
Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#8Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#9The rewritten title is confusing imo. Can I propose: “Finding ‘Abbey Road’ given ‘beatles abbey rd’ search with Postgres”
Re: Find 'Abbey Road when type 'Beatles abbey rd': Fuzzy/Semantic search in Postgres
#10these days i find myself yearning to type "Beatles abbey rd" and find only "Beatles abbey rd"