Petacube Inc
Petacube Inc
i am curious about relationship between hpat project and https://software.intel.com/en-us/distribution-for-python. can hpat be enhanced by work intel is doing with numba and icc compiler? both projects are based on llvm...
#calc_pi.py import hpat import numpy as np import time @hpat.jit def calc_pi(n): t1 = time.time() x = 2 * np.random.ranf(n) - 1 y = 2 * np.random.ranf(n) - 1 pi...
i am interesting on drill-down feature in this widget - eg i want to click on sum-aggregated measure and raw data details behind it.
### What happened? running collection.add function crashes after 100 documents are inserted ### Versions chromadb 0.5.4, python 3.9; ### Relevant log output _No response_