a note-taking app with semantic search and contrastive learning embedding for better data retrieval
- embed note sentences with sentence transformers
- user gives a sentence as prompt and we find the best matching sentence
- use contractive learning to couple embeddings from different modalities (text, images, tables, etc)
See this for details.