-
I installed this package using npm but when I try to use it like this:
```
const { Feder } = require( '@zilliz/feder');
```
I get:
```
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" m…
-
Is there a way to compute the asymmetric distance of a query with respect to encoded (using PQ) database items? I figured out that I needed to use the `get_FlatCodesDistanceComputer` method of the ind…
-
I have an application where there are 30-40M embeddings from CLIP which I am searching over.
These images were taken from K different sources (facebook, instagram, etc).
I'm hoping to train an…
-
### Search before asking
- [X] I have searched the EvaDB [issues](https://github.com/georgia-tech-db/eva/issues) and found no similar feature requests.
### Description
Currently, the table scan ta…
-
This issue is grouping a few things that might be optimized to improve performance:
- Faster dot product possible, see here: https://github.com/xenova/transformers.js/pull/667
- Add binary quanti…
do-me updated
1 month ago
-
Python 3.10.14
llama-index-agent-openai 0.2.4
llama-index-cli 0.1.12
llama-index-core 0.10.36
llama-index-embeddings-openai …
-
# Summary
```
//.........
int main() {
int d = 64; // dimension
int nb = 100000; // database size
int nq = 10000; // nb of queries
std::mt19937 rng;
std::uniform_…
-
Error: AttributeError("'NoneType' object has no attribute 'search'")
Please note that I'm using a vectorstore that I made earlier which works with streamlit
-
Greetings! I have some questions regarding memory storage and retrieval in the provided code. Based on your code, it appears that you have [stored the per-head embeddings of all chunks in the batch](h…
-
Encountered `torch.distributed.elastic.multiprocessing.errors.ChildFailedError` during the index_train step, running `bash tools/retro/examples/preprocess_data.sh index-train`
The run command in th…
coree updated
2 months ago