BullyMaguireJr
BullyMaguireJr OP t1_j5pq2uj wrote
Reply to comment by Ayakalam in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
Calculating embeddings for the paper using OpenAI's API.
BullyMaguireJr OP t1_j5n3itx wrote
Reply to comment by Ayakalam in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
Thanks! I'm currently just using the arXiv API with OpenAI embeddings for semantic search.
BullyMaguireJr OP t1_j5j8w6m wrote
Reply to comment by fasync in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
That's a nice idea! I don't have an RSS feed yet, but maybe adding one could be useful! Will add support for this soon!
BullyMaguireJr OP t1_j5j8pnu wrote
Reply to comment by abhasatin in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
Dang, I don't have this app on a public Github repo yet since it currently has a lot of moving parts running on AWS lol.
But were there any specific fields you wanted to add?
BullyMaguireJr OP t1_j5hjz6r wrote
Reply to comment by XecutionStyle in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
I'm actually working on that next, it'll probably be live in ~1-2 weeks.
Once it's live, I'll send an email to all the current newsletter subscribers so that people can set their own filters if they'd like.
Submitted by BullyMaguireJr t3_10iyx52 in deeplearning
BullyMaguireJr OP t1_j66d9um wrote
Reply to comment by Ayakalam in arXiv Feed: Keep up with AI research, the easy way. by BullyMaguireJr
I just pull the latest Arxiv papers from their API and then compute their embeddings, index them for semantic search, etc.