-
I ran requirement.txt but /azure-search-vector-samples/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-sample.ipynb throws the error cannot import name 'ScalarQuantiza…
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11893278684
## Patch information
Applied patches: 1 -> 1
A…
-
1D: Interpolation
2D: Raster -> vector
3D: Raster / vector (2D) projection -> 3D model
This process can be interpreted as a way to compress multidimensional data.
-
Hi, thanks for the amazing work. Do you know how to vectorize the code for computing normal from depth, it is pretty slow using for loop. I tried to vectorize it but didn't work it out.
https://git…
-
Many places in the code use list comprehensions where vectorized numpy functions could be used instead (example: `datatools.dot_special`).
We should find and fix these.
-
### Project Name
Manufacturing Support Bot
### Description
I present to you my Manufacturing Support Bot. It consists of:
- Azure SQL Data Source,
- Azure AI Search,
- Azure function for automat…
-
One of the key features of numpy is its use of vectorization to speed up computation of large matrices. I am not certain that this implementation uses vectorization(correct me if I am wrong). Is there…
-
Hello,
are there plans to vectorize FeedForwardNetwork.activate function?
So activate function would accept matrix instead of an array.
Thanks.
-
Tracking any remaining algorithms to vectorize.
Optimized via C runtime library functions, like `memcpy`, counts as vectorized too, as these functions are optimized.
See also #7.
Algorithm …
-
When I make vectorization embedding requests using Ollama, it takes a long time due to the performance issues of the server where Ollama is hosted. Therefore, I used `CompletableFuture` for asynchrono…