Skip to content

ICA-KG/simple-nary-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple N-ary Search

N-ary Semantic Search In Memory

  • BM25 (Retrieve)
  • Semantic Search (Re-Rank)
  • Multi-Lingual Support

Requirements

Example

from sns import SNS

corpus = [ CORPUS ]
sns = SNS(corpus)
sns.get_top_k( QUERY , k=10, n=100)

About

N-ary Semantic Search In Memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages