koursaros-ai / nboost

NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Apache License 2.0
674 stars 69 forks source link

'no such table: searches' #74

Closed AdrianPaiva closed 4 years ago

AdrianPaiva commented 4 years ago

Have nboost running locally through docker (can share my dockerfile if it helps). I'm unable to get it up and running. My Elasticsearch is already configured and working (V 7.5.0)

GET - http://localhost:8000/nboost/status

returns

{ "doc": null, "msg": "('no such table: searches',)", "type": "OperationalError" }

GET - localhost:8000/travel/_search?pretty&q=passage:Bangor

returns

{ "doc": "Mapping key not found.", "msg": "('size',)", "type": "KeyError" }

The nboost image is running and I was able to connect to my ES and create the travel index using the provided nboost-index command.

dgrahn commented 4 years ago

@AdrianPaiva What was your solution to this issue?

prashant-shahi commented 4 years ago

I am getting the same error. @AdrianPaiva Could you please share how you resolved it?

codeAshu commented 3 years ago

How did you create the travel index in docker?