Skip to content

lostnull/semantic-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic QA

A simple QA search engine built using elasticsearch and universal sentence encoder


Pre-requisites

  • Elasticsearch [7.0+]
  • Python [3.5+]

Installing dependencies

pip install -r requirements.txt

Indexing the dataset

python dump_qa.py

Running the server

python app.py

Querying the index

http://localhost:5000/query?query=""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages