Allow indexing large vectors [ENHANCEMENT] #60
Labels
enhancement
New feature or request
JS
JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language(-github).
medium priority
Python
Python is a dynamically typed programming language(-github).
Currently, there is a limit (which got introduced as a side effect of bulk retrieval logic) in vector dimension throttled by gRPC request limit. Currently, once the document count hit
vecount
a bulk retrieval from document database is performed, which in turn blows JS heap memory as well as gRPC data limit.Proposed fixes:
The text was updated successfully, but these errors were encountered: