stormysmoke / sent2vec-server

Sent2Vec server
2 stars 1 forks source link

Allow multi-user access #1

Closed weibeld closed 6 years ago

weibeld commented 6 years ago

When indexing a text, save the sentences as well as the vectors in a database, indexed by an ID. Return this ID as a result to the requester.

The query call takes as an additional argument an ID returned by index. The backend then applies the query on the database record indexed by the given ID.

weibeld commented 6 years ago

Finished in b9557d4f7defec54271956936decda599b1587ea.