executor-hnsw-postgres
executor-hnsw-postgres copied to clipboard
A production-ready, scalable Indexer for the Jina neural search framework, based on HNSW and PSQL
- start a PostgreSQL service with docker: `docker run -e POSTGRES_PASSWORD=123456 -p 127.0.0.1:5432:5432/tcp postgres:13.2 ` - build a flow with one executor:HNSWPostgresIndexer - run the flow locally, it works well...
For showing https://github.com/jina-ai/jina/issues/3946
Right now sync will be slow - [ ] we are iterating and doing individual updates (should batch somehow, per sync operation type - index, update, delete) - [x] if...
if you remove from `tests/integration/test_hnsw_psql.py` L:180 ``` if benchmark: f.post('/clear') ``` the test `test_benchmark_basic` fails when it runs the second case even though clear is called at the beginning of...
- requires core `host_peas` arg to work again