Hello Nguyen,
> I already have an indexed corpus, e.g. TFIDF, and I want to use
> simserver to preload my model and wait for queries.
> From the documentationhttp://
radimrehurek.com/gensim/similarities/simserver.html
> it seems to me I have to perform all the indexing again.
>
> I think it should be simple, but I guess I am missing something here.
>
> Can anyone provide me a hint?
not sure I understand the problem. If a new document comes in and you
want to run a similarity query against your index, you'd call
`find_similar`. If instead of querying you want to add the document to
the index, you'd call `index`.
Maybe if you provide more details, I can help more.
Best,
Radim