-
Dear lambda creators
I think I may be missing something. I am trying to create a nucleotide index on a 677G fasta (nt) file and I get the expected error:
```
WARNING: Your sequence file is alre…
-
Hi, this tool is exactly what I need to scan loads of old papers. Thank you for making this. 🙏 😄 At the moment it doesn't work quite right though...
Installed latest scanline binary from pkg. It…
-
## Description
Implement a readonly B-Tree SST index instead of the current flat one.
**This improvement opens us the possibility of not always needing to keep SST's indexes in memory. We will b…
-
The shared data path is a feature within Elasticsearch that was previously used by [shadow replicas](https://www.elastic.co/guide/en/elasticsearch/reference/5.0/indices-shadow-replicas.html). While sh…
-
Is it possible to ignore some migrations in tenants?
I have some tables ( Eg.: accounts ) that shouldn't exist in tenants, only in my main database. Since they aren't used by tenants, I would like to…
-
Just wanted to replicate the scale test as per the psvectorscale documentation.
postgresql configuration:
shared_buffers = 32128MB
effective_cache_size = 96386MB
maintenance_work_mem = 2047MB …
-
Hello, fellow contributors! Thanks for coming here 🌟
In https://github.com/meilisearch/meilisearch/pull/4808, I started some work to make the test faster but didn't apply the techniques implemente…
-
* [x] Tested with the latest Haystack release
* [x] Tested with the current Haystack master branch
## Expected behaviour
Return the actual amount
```
@shared_task
def active_domains_queryset(…
-
We'd like to do some indexing in triton kernels,
say we have **x_ptr, idx_ptr, out_ptr**
```
x = tl.load(x_ptr + offsets, mask = mask)
idx = tl.load(idx_ptr + offsets, mask = mask)
```
we have:…
-
I've tried to implement embedding layer like in lasagne (https://github.com/Lasagne/Lasagne/blob/master/lasagne/layers/embedding.py) and I discovered that I can't do like this:
import numpy as np
imp…