support multiple size vectors
freakeinstein opened this issue · 1 comments
freakeinstein commented
Aquila DB should support multiple size vectors either by trunkating or by padding inputs by making it a fixed size internally
freakeinstein commented
Multiple size vector support is added by either trimming long or by padding short inputs to FAISS. Target vector size is decided by faiss.init.vd
key in DB_config.yml
Closing issue..