-
Create vector index with dataset 25 millions X 768 dimension vector and query:
Without index:
```sql
WITH [...] as query_vector
SELECT
day_,
product_id,
product_name,
bizuin,…
-
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [X] Core/Environment/Rendering
- [ ] Data
- [ ] DOM
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utili…
-
It is more efficience to calculate vectorized negative log-likelihoods than to loop through individual observations.
We may want to vectorize this in the future. It's redundant/inefficient to calc…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
According to rising attentions for traffic monitoring, image / video retrieval, recommendation system, more an…
-
-
Hi.
It would be nice to provide a TypeORM logo in SVG format.
Right now I only see PNG format.
If You have another format like .eps, I could do the conversion to .SVG.
Think of:
https://git…
-
A lot of customers use managed Vector database service. The current examples demonstrate a Vector database as a bundled microservice. To address the SaaS customers, there is a need to have an example …
-
Hello,
Thanks a lot for the work you've done in this crate!
I currently use `tokio-tungstenite` to write a high-performance client for benchmarking multiple Websocket libraries. The client-si…
-
-
**NOTE: This proposal is superseded by the first comment in this Issue.**
Sometimes, there are cases where we want to apply a function lazily to a vector.
One example is in the internal code-base…