jina-ai/examples

How can I get my index?

xiaoxiongfeng opened this issue · 3 comments

Describe your proposal/problem

I run this, but I dont know where is my index;Or How can I store it! What does flow.index(docs) do?
image

https://github.com/jina-ai/examples/tree/master/wikipedia-sentences

Environment

Screenshots

Hi @xiaoxiongfeng have you check our cookbooks already? especially the Flow one could be useful to you.

@CatStark Thank you, I will check.

How can I store it

The index is stored by NumpyIndexer. In this demo, the index is only stored in the memory.