o19s / hello-nlp

A natural language search microservice
Other
96 stars 12 forks source link

JSON or YAML Configuration #3

Closed binarymax closed 4 years ago

binarymax commented 4 years ago

It should be easy to configure Hello-NLP with a json file or yaml file, that references the search engine type and host, and stores parameters for skipchunk. A default config file needs to be included that can be easily modified.

binarymax commented 4 years ago

Kept in local_settings.py as a python dict with other app-level configs. Good enough for now.