How can I get my index?
xiaoxiongfeng opened this issue · 3 comments
xiaoxiongfeng commented
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?
https://github.com/jina-ai/examples/tree/master/wikipedia-sentences
Environment
Screenshots
CatStark commented
Hi @xiaoxiongfeng have you check our cookbooks already? especially the Flow one could be useful to you.
xiaoxiongfeng commented
@CatStark Thank you, I will check.
nan-wang commented
How can I store it
The index is stored by NumpyIndexer
. In this demo, the index is only stored in the memory.