/semantic-searcher

a note-taking app with semantic search and contrastive learning embedding for better data retrieval

Primary LanguagePython

semantic-searcher

a note-taking app with semantic search and contrastive learning embedding for better data retrieval

Now:

  • embed note sentences with sentence transformers
  • user gives a sentence as prompt and we find the best matching sentence

Future:

  • use contractive learning to couple embeddings from different modalities (text, images, tables, etc)

Note:

See this for details.