Ryan Green
Ryan Green
Is it possible to serialize an instance of GraphQLSchema? We would like to dump and load an instance of GraphQLSchema to/from a file for performance reasons. It does not appear...
lambda-metrics looks like a great solution for custom metrics in Lambda, thanks for this! One small suggestion: Many teams deploy project infrastructure via CloudFormation, so generating CFN template for metrics...
Introduce UUIDs for indexes that do not change during indexing and are stable for (index_type, index_name, column_name)
### SDK Python ### Description I am able to create a table and index with `fixed_shape_tensor` type column, but not able to add data to the table. The add() call...
## Summary by CodeRabbit - **Documentation** - Clarified and expanded explanations of data management concepts in LanceDB. - Added notes on automatic background fragment compaction and incremental reindexing support in...
The documentation suggests that retry config can be specified by environment variables (i.e. `LANCE_CLIENT_MAX_RETRIES`), but this does not appear to be supported in code. https://github.com/lancedb/lancedb/blob/16851389ea4e52fa48ef8198b3c76295c7b06d4c/python/python/lancedb/remote/__init__.py#L59
***Don't merge*** Temporary patch for v0.9.0b4 python client. Backport query builder and fast_search features onto 0.9.0b3 remote client
### LanceDB version 0.16.0 ### What happened? A user reported that only one extra header is sent when multiple headers are specified using extraHeaders client config. i.e. ``` const getClientConfig...