Show HN: I put PubMed in a vector DB
11–20 of 28 posts
Re: Show HN: I put PubMed in a vector DB
#12Nice! Out of curiosity what model(s) are you using to generate the embeddings?
Re: Show HN: I put PubMed in a vector DB
#13What are you embedding exactly? Chunks of documents?
Re: Show HN: I put PubMed in a vector DB
#14This is very cool! 2 questions spring to mind: 1. How much did it cost to embed all those vectors and how many articles did you process? PMC is quite large. 2. Could elaborate a little more on your approach to ranking articles? Because I'm familiar with semantic search via embeddings put did you weight those with impact factors/citations? Like how does one even calculate that? Anyhow, love the idea.
2. We do weight those ... it is a lot of trial and error and you have to have good & exhaustive benchmarks.
Re: Show HN: I put PubMed in a vector DB
#15What storage did you go for, and what search approach?
Re: Show HN: I put PubMed in a vector DB
#16Related: the NIST TREC (Text REtrieval Conference) has had several competitions over the years related to improving the searchability of medical data: https://www.trec-cds.org/
If you have novel ideas in this area, you should consider participating. https://trec.nist.gov/
Re: Show HN: I put PubMed in a vector DB
#17Re: Show HN: I put PubMed in a vector DB
#18Very cool! Related: the NIST TREC (Text REtrieval Conference) has had several competitions over the years related to improving the searchability of medical data: https://www.trec-cds.org/ If you have novel ideas in this area, you should consider participating. https://trec.nist.gov/
Re: Show HN: I put PubMed in a vector DB
#19Earlier quoted context omitted.
We use pinecone and it is not ideal, looking at https://turbopuffer.com/ now. They look quite promising :)
Did you compare pinecone against pgvector with Postgres? Self hosted of course