| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-20 | 3.6 kB | |
| v1.0.12 source code.tar.gz | 2026-06-20 | 19.8 MB | |
| v1.0.12 source code.zip | 2026-06-20 | 20.3 MB | |
| Totals: 3 Items | 40.0 MB | 0 | |
What's Changed
- Feat: Cocoindex show full fledged inspection tool for debugging by @prithvi-moonshot in https://github.com/cocoindex-io/cocoindex/pull/1920
- LanceDB improvements
- docs(lancedb): fix callout syntax, document vector/FTS indexes, tighten prose by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2130
- feat(lancedb): implement drop_index; bump lancedb to 0.33.0 and pyarrow to 23.0.0 by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2132
- feat: Add Valkey vector store target connector by @daric93 in https://github.com/cocoindex-io/cocoindex/pull/2027
- Code AST matching functionality
- feat(code_match): structural code-search crate by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2133
- feat(code_match): escape sigil + anonymous regex matcher by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2134
- feat(code_match): 16 more languages (chunk-splitter parity) by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2135
- feat(code_match): context-sensitive lexer for HTML/XML by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2136
- feat(code_match): per-language literal tokenizers + correct string escaping by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2137
- refactor(code_match): require an explicit tokenizer profile per language by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2138
- feat(py): CodeAst — reuse one parse for matching + splitting by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2139
- fix(code_match): dedupe leaf-equivalent wrapper matches by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2140
- test(code_match): cover structural matcher regressions by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2141
- docs(code_match): explain why PatternItem Token vs Str stay distinct by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2143
- perf(code_match): carry node kind as &'static str end to end by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2144
- feat(code_match): containment matcher
\{{ INNER \}}by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2145 - perf(code_ast): memoize byte→position index, drop per-query full scan by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2146
- feat(code_match): prefilter — required-content extraction + index-free scan by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2147
- feat(code_match): index_terms — source-side extraction for prefilter indexes by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2148
- feat(code_match): matches_prefiltered + index_terms_in_tree by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2149
- feat(py): CodePattern — compile a structural pattern once, reuse it by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2150
- feat(py): CodePattern.match_file + index_terms PyO3 exposure by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2151
- test(code_match): pin that comments in source are ignored by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2152
- fix(core): propagate logic deps across the mount boundary by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2142
New Contributors
- @daric93 made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2027
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v1.0.11...v1.0.12