PacktPublishing / Neural-Search-From-Prototype-to-Production-with-Jina

Neural Search - From Prototype to Production with Jina, published by Packt
MIT License
10 stars 3 forks source link

Wikipedia example: Flow starts then instantly quits #20

Open alexcg1 opened 2 years ago

alexcg1 commented 2 years ago

Running python app.py -t flow outputs app@205854[I]:starting Flow then insta-quits, giving no way to query the Flow

This is after fixing #19

Expected behavior

Taken from the README

Run python app.py -t flow

This will create the Flow, and then repeatedly do the following (which can also be done in any other REST client), every 10 seconds:

  1. Index 5 Documents.
  2. Wait for 10 seconds
  3. In parallel, the Indexer transfers the data from the PostgreSQL database to the HNSW index.