-
The repo's README.md has an example which uses vectorization=4.
But why this? And which other values are ok?
The docs on the ArrayArg [from_raw_parts](https://docs.rs/cubecl/latest/cubecl/prelude/…
-
## Description
I followed the YT video with weaviate local setup. I could start the verba, but the file imports failed. It is looking for EMBEDDING_SERVICE_KEY. The video doesn't mention it if usin…
-
## Description
Make a RAG Chatbot for tibetan text with vectorization.
## Important Notes
- prompt can be both in english or tibetan
- answer should be given in tibetan
- vectorization would be used…
-
## Task description
- To setup Embedding Model for vectorizing texts
### Implementation details
- Do some research on Embedding model and chose appropriate one for us.
- Split the input texts
- Gener…
-
#2424 introduced storing of nested objects. The next step is to make filtering (and vectorization for modules) available for them.
-
There are some patterns I noticed from my previous customer codebase study:
t1.cpp
```
void foo(int *A, int *B, int *LoopBound) {
for (int k = 0; k < *LoopBound; k++)
A[k] += B[k];
}
```
…
-
We already have an e2e Matmul working with the in-flight Objectfifo backend.
The current in-flight branch being maintained by @jtuyls is https://github.com/nod-ai/iree-amd-aie/tree/jornt_cpp_pipeline…
-
@cadam11 I think we should use the vectorization functionality now in the core MJ framework to offer people the ability to auto-vectorize a file or all files in a category. My thought is that:
* Fi…
AN-BC updated
1 month ago
-
# Motivation
Currently Integrated Vectorization flow only supports text based search. By introducing a new OCR skill, image search can also be supported.
Stretch Goal - Using "Advanced Image Processi…
-
We need to implement ASR->ASR passes that implement vectorization. It seems we write a pragma (comment) which will direct the optimizer to apply a given transformation and specify exactly which one an…