-
Have you already created a Helm chart for `graphstack/dozerdb:5.16.0.0-alpha.1`? We need the Helm chart in YML format to be uploaded to our local repository for security reasons.
Also, we have doub…
-
- [x] filtering #523 #559
- [x] ingestion: accepted data types, schema, etc
- [x] #551
- [x] #564
- [x] #566
- [ ] #565
- [x] #563
-
**Describe the bug**
When running my binarized python script I get the following error. ImportError: The pyarrow installation is not built with support for 'dataset' (No module named 'pyarrow.vendore…
-
Created a new conda env and cd into the cloned folder:
`mamba create -n Tianji`
`pip install -r requirements.txt`
```bash
Defaulting to user installation because normal site-packages is not writea…
-
Currently, the data once read into LanceDB via arrow conversion is missing the `price` column. Maybe something is happening during type coercion, causing the column to be ignored? In any case, `price`…
-
In addition to `unittests` we will provide `integration/ smoketests` which follow the structure of the documentation.
- [ ] Configuration/ setup tests
- [ ] Datalayer querying/ data-insertion in pymo…
-
Hi. I would like to use this in production;
Does search API provide caching right now (so we don't embed the same string again)
-
I'm using the Docker version on a Mac.
I disabled all vector db options except
`VECTOR_DB="lancedb"`
My documents seem to have been processed successfully.
When I try to chat I get the 429 error…
-
Defining a table with a nested pydantic schema works fine, but when adding data I get an error.
```
class Document(BaseModel):
content: str
source: str
class LanceSchema(LanceModel)…
-
Heyo me again 👯
i created a little helper file for my usecase with lanceDb but when i run my example i get an error which doesnt help
`[Error: Invalid argument error: Dictionary replacement de…