Gologle / gologle

MIT License
0 stars 0 forks source link

Send query time and total results to response #7

Closed samueldsr99 closed 2 years ago

samueldsr99 commented 2 years ago
svex99 commented 2 years ago

The parameter max_length passed to the VectorialModel.answer method should be defined in the abstract class method Engine.answer too.

This will keep the interface compatible for future engines.

samueldsr99 commented 2 years ago

The parameter max_length passed to the VectorialModel.answer method should be defined in the abstract class method Engine.answer too.

This will keep the interface compatible for future engines.

Done