-
```bash
Darwin Vladimirs-MacBook-Pro.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:27:24 PDT 2023; root:xnu-10002.41.9~6/RELEASE_ARM64_T6000 arm64
```
```bash
python --version
Python…
-
lance/dataset.py:216: FutureWarning: The 'field_by_name' method is deprecated, use 'field' instead
-
Probably PGVector
-
Currently there's appears to be no way to see the contents of the table via the TypeScript API
-
Currently if you call `create_fts_index` multiple times, it silently adds the data again to the same index, resulting in duplicates during search. Instead, create_fts_index should detect whether an in…
-
The problem occurs in an AWS environment, using javascript Lambda and Dockerfile for execution, and S3 for storage. I try to run the lambda multiple times concurrently or serially to add embeddings. A…
-
We currently used different embedding models and tokenizers for our builtin source storages:
- Chroma:
https://github.com/Quansight/ragna/blob/e85129752682e38dc7f2ef9622446f3ba5a168e9/ragna/sour…
-
After I add a small document, the first time it answers correctly, but when I ask the same question again or another question then it stops working running with the error:
GGML_ASSERT: /app/server…
-
# Problem Statement
We have provide a vector field for Pydantic based models. However the vector field does not take default value as others default fields.
![image](https://github.com/lancedb/l…
-
To reproduce:
1. Create a table with a vector and metadata column
2. Create a scalar index on metadata column
3. Create a vector index on vector column
4. Insert new data into table
5. Search w…