Commit 16efb94
feature: add Chunking support (#37)
* Add Chunking support
Signed-off-by: Nigel Jones <[email protected]>
* Ruff format after chunking
Signed-off-by: Nigel Jones <[email protected]>
* Chunking refactor
Signed-off-by: Nigel Jones <[email protected]>
* Chunking - clean up search
Signed-off-by: Nigel Jones <[email protected]>
* Chunking - further cleanup
Signed-off-by: Nigel Jones <[email protected]>
* Chunking - ruff
Signed-off-by: Nigel Jones <[email protected]>
* chunking : add clarity to sentence splitter
Signed-off-by: Nigel Jones <[email protected]>
* chunking : add more unit tests and fix bugs
Signed-off-by: Nigel Jones <[email protected]>
* chunking: refactor tests into separate files by strategy
Signed-off-by: Nigel Jones <[email protected]>
* chunking: ruff reformat
Signed-off-by: Nigel Jones <[email protected]>
* chunking: tidy readme
Signed-off-by: Nigel Jones <[email protected]>
* chunking: weaviate updates to resync
Signed-off-by: Nigel Jones <[email protected]>
* chunking: improve consistency of search result scores between backends
Signed-off-by: Nigel Jones <[email protected]>
* chunking: clean up search results & document
Signed-off-by: Nigel Jones <[email protected]>
* chunking: review fixes
Signed-off-by: Nigel Jones <[email protected]>
* chunking: remove weaviate test file
Signed-off-by: Nigel Jones <[email protected]>
* chunking: fix issue with missing collection on interactive commands
Signed-off-by: Nigel Jones <[email protected]>
* chunking: further review comments
Signed-off-by: Nigel Jones <[email protected]>
* Update README.md
* Update cli/README.md
* Apply suggestions from code review
---------
Signed-off-by: Nigel Jones <[email protected]>
Co-authored-by: Alex Bozarth <[email protected]>1 parent c326422 commit 16efb94
File tree
34 files changed
+4344
-1365
lines changed- cli
- src
- tests
- src
- chunking
- db
- maestro_mcp
- tests
- chunking
- tools
34 files changed
+4344
-1365
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
169 | 174 | | |
170 | 175 | | |
171 | 176 | | |
| |||
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
185 | 194 | | |
186 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
187 | 219 | | |
188 | 220 | | |
189 | 221 | | |
| |||
194 | 226 | | |
195 | 227 | | |
196 | 228 | | |
197 | | - | |
| 229 | + | |
198 | 230 | | |
199 | 231 | | |
200 | 232 | | |
201 | 233 | | |
202 | 234 | | |
203 | 235 | | |
204 | 236 | | |
| 237 | + | |
205 | 238 | | |
206 | 239 | | |
207 | 240 | | |
| |||
306 | 339 | | |
307 | 340 | | |
308 | 341 | | |
| 342 | + | |
309 | 343 | | |
310 | 344 | | |
311 | 345 | | |
| |||
404 | 438 | | |
405 | 439 | | |
406 | 440 | | |
| 441 | + | |
407 | 442 | | |
408 | 443 | | |
409 | 444 | | |
| |||
0 commit comments