I really did. I had been looking for a project to learn/build for some time now and I'm glad I found these blogs at the right time. Also, really appreciate the amount of best practises work you put into each part of the project, this isn't something you see in most tutorials/blogs available online.
Amazing post, <3
Great 2nd week content as well! Learned about repository pattern in this, pretty neat!
Gonna try to implement next items before week 3 blog comes out.
Amazing! Really hope that you are enjoying it :)
I really did. I had been looking for a project to learn/build for some time now and I'm glad I found these blogs at the right time. Also, really appreciate the amount of best practises work you put into each part of the project, this isn't something you see in most tutorials/blogs available online.
Why the settings is in python script than yaml file, any specific reasoning behind it?
We are using .env file, so the settings are imported from there. Config file is just doing validation of the settings.
Even if yaml was there we would need config to manage the settings that gets imported.
Where can I get the code
Its here - https://github.com/jamwithai/arxiv-paper-curator
Thank you sir
Looking forward to seeing week 3
Let us know your feedback 😃
I'm interested in your integration of OpenSearch into your rag. Looking forward to that part of all of this.