1
I Use This!
New Project

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 21, 2024 — May 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correctly handle `None` values for composite types. (#189)
LJ
More... 2 months ago
Correctly output unsupported type name. (#188)
LJ
More... 2 months ago
Use class docstring as description for struct types in Python SDK. (#187)
LJ
More... 2 months ago
`StructSchema` take a optional description and put in JSON schema (#186)
LJ
More... 2 months ago
Fix more clippy warnings. (#183)
LJ
More... 2 months ago
chore: Clippy fixes (#182) More... 2 months ago
Make error location caused by functions more clear. (#181)
LJ
More... 2 months ago
Revert unintended example update in #177. (#179)
LJ
More... 2 months ago
Refactor: Move engine->python value conversion logic to `convert.py`. (#177)
LJ
More... 2 months ago
Count source rows with ERROR during indexing. (#174)
LJ
More... 2 months ago
Update `README.md` files for the `gdrive_text_embedding` example. (#173)
LJ
More... 2 months ago
Add a field `mime_type` for `GoogleDrive` source. (#172)
LJ
More... 2 months ago
Add documentation for the `GoogleDrive` source. (#171)
LJ
More... 2 months ago
Upgrade Rust dependency versions. (#170)
LJ
More... 2 months ago
Remove unnecessary dependency: `openssl` (#169)
LJ
More... 2 months ago
Stop building for `armv7` and avoid `bindgen` for `aws-lc-rs`. (#168)
LJ
More... 2 months ago
Enable `bindgen` feature for `aws-lc-rs`. (#167)
LJ
More... 2 months ago
Switch `ring` to `aws_lc_rs` for crypto provider to be FIPS compliant (#166)
LJ
More... 2 months ago
Minor bug fix for `SplitRecursively`: split right before it's too large. (#165)
LJ
More... 2 months ago
Add example `gdrive_text_embedding`. (#164)
LJ
More... 2 months ago
Support multiple root folders for a `GoogleDrive` data source. (#163)
LJ
More... 2 months ago
Support files for Google docs/spreadsheet/etc in GoogleDrive source (#162)
LJ
More... 2 months ago
Recursively traverse sub folders in Google Drive source. (#161)
LJ
More... 2 months ago
Manuals docs (#156)
LJ
More... 2 months ago
Support reading content for gdrive files. (#155)
LJ
More... 2 months ago
Partial implementation for Google Drive source - list (#154)
LJ
More... 2 months ago
Skip chunks without alphanumeric characters. (#151)
LJ
More... 2 months ago
Bump versions of examples that need Python SDK change on standalone fns (#150)
LJ
More... 2 months ago
Update docs for custom functions: add standalone functions. (#149)
LJ
More... 2 months ago
Update doc for `SplitRecursively` about `language`. (#148)
LJ
More... 2 months ago