Literature Review Tool that utilises GSEP (Gather, Sort, Evaluate, Present). The code generates a comprehensive literature review for the given research question.
Process is detailed below.
In this case, 1000 articles about Semaglutide were extracted.
Parameters isolated: Title, Abstract and Author.
3. Generate embeddings for each abstract and the research question using Gemini Embeddings API (Evaluate)
The articles were then ranked using cosine similarity.
Gemini flash was used.