Semafind / semadb

No fuss multi-index hybrid vector database / search engine
https://semadb.com/
Apache License 2.0
9 stars 2 forks source link

Remove getCollection request in shard manager load shard #2

Closed nuric closed 12 months ago

nuric commented 12 months ago

The shard requests the collection to check vector size and search parameters. As a result, the shard manager requests the collection again to initialise the shard. But the http api also requests the collection, so in total we perform 2 get collection requests for all shard operations.