Lee Williams
7 posts


@on1zuma That would definitely improve speed. Will still need to retrieve from backend for new articles though. Perhaps could implement a hybrid combination retrieving only after latest date for topics within the stored session. Will need to think more on it. Thanks for the suggestion 👍
English

@leewlms A small, quick improvement for performance and speed could be to use session storage. If the user searches for the same subject or returns to the dashboard, you wouldn't need to make a request to the backend; instead, you can retrieve the information from session storage.
English

@leewlms I enjoy #SmartRecaps so much that I paid for it. But I would like to recommend adding a Readwise, Pocket, and Instapaper integration as if you enjoy the summary, and then you may want to read it in full later. I miss an RSS feed, too!
English

@on1zuma Good to hear, I'm doing well. Thanks Wassim, much appreciated! The article and topic data, along with their embeddings, are stored in a db. I then use FAISS to semantically match articles to the topics by comparing the embeddings. Still needs some work to improve speed though.
English

@leewlms Good, and you? I saw your smartrecaps.com —brilliant work! I'm building a platform on a specific topic and was amazed by Smartrecaps browsing capabilities. How did you achieve that?
English

@theresanaiforit smartrecaps.com provides a free-to-read platform where you catch up on the news for your favourite topics in bite-size recaps. Each topic is curated with the assistance of AI and every recap can be expanded on for a deeper understanding of the story at hand.

English

