diff --git a/content/en/blog/ideas.md b/content/en/blog/ideas.md index cb2c0c1c..23a6ff65 100644 --- a/content/en/blog/ideas.md +++ b/content/en/blog/ideas.md @@ -16,6 +16,7 @@ image: "/images/world.png" * Train a psychology specific model where Harmony predicts the similarity between items in the way that a factor model would quantify the similarity * Harmony adds a new endpoint called `search` to Harmony's API which would allow third parties such as UKLLC to search for studies. This is basically a URL that would probably look something like https://api.harmonydata.ac.uk/search and which would allow Harmony to receive a text and find variables in UKLLC's database that are similar to it. The existing endpoints are [here](https://api.harmonydata.ac.uk/docs). * In order to provide a lookup functionality, Harmony would need to index all the variables from a third party offline and do this every week or month. This means, converting them all to a vector and storing them somewhere so that we can quickly do a lookup. We might need an off the shelf tool such as [Pinecone](https://www.pinecone.io/) which would help us manage this lookup. Harmony is already doing this for the Mental Health Catalogue but the MHC case is simpler because there are fewer variables and we don't have a process for constantly updating the database. +* Harmony shows an H-score, a similarity metric between two questionnaires.