-
Hello,
This kind of queries no longer works on my database which has more rows than before:
```
SELECT
(v.embedding '[-0.033441752, ...0.012570631]') as distance
FROM vector_table v
LEFT…
-
To help clean up the code, somthing that we do a lot is index collections of stuff, whether that is a local file system, a mongodb collection of discord messages, or a table of webpages scraped from s…
-
Hi, I'm testing the recent 0.4.0 release. It doesn't seem possible to use `ALTER EXTENSION UPDATE` to go from 0.2.0 or 0.3.0 to 0.4.0.
When running `ALTER EXTENSION vectors UPDATE TO '0.4.0';`, I g…
-
### Bug Description
`MilvusVectorStore` takes in `uri` parameter which when given as a local Milvus path (which works on MilvusLite), does not change its path and sticks to `./milvus_llamaindex.db` a…
-
### Feature Description
Metadata filtering should be able to be defined in the query component once the pipeline has been created to apply it "dynamically" and avoid having to completely destroy the …
-
## Overview
Following the launch of multi-vector support in k-NN nested fields, search results with inner hits currently return only the single highest-scoring nested document per parent document. …
-
-
When trying to build with clang16 I'm getting several warnings (see bellow my fixes as a diff):
```
make all-am
make[1]: Entering directory 'genmc'
CXX src/ADT/DepView.o
In file included …
-
After doing some brainstorming with @loganharbour and @roystgnr ... I think that we could enable vectors to be a lot more efficient - in both time and space.
Here are the steps:
1. Do our own ghos…
-
When I import my data - either by `import_data_parse` or by constructing R object and using `import_data` I get a couple of warning (here from `import_data`):
```
Warning messages:
1: In obtain_p…