Commit b6ae1c5
committed
fix(client): validate empty properties list and language identifier in create_text_index
- raise ValueError when properties list is empty
- validate language as Cypher identifier before DDL interpolation
- replace two-step edge+node DELETE with DETACH DELETE in integration test
(undirected MATCH returns each edge twice, causing duplicate DELETE failure)
fix(notebooks): skip embedded install when COORDINODE_ADDR is set
- 01_llama, 02_langchain: guard Rust build with COORDINODE_ADDR check
so Docker/server stacks skip the redundant ~5 min Colab build step
- 03_langgraph: use full uuid4().hex (32 chars) for session ID to avoid
collision in concurrent demo sessions
- 03_langgraph: auto-append LIMIT 20 in query_facts when query has no
LIMIT clause, bounding LLM-generated query result size1 parent 7534b14 commit b6ae1c5
5 files changed
Lines changed: 15 additions & 100 deletions
File tree
- coordinode/coordinode
- demo/notebooks
- tests/integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| 598 | + | |
| 599 | + | |
598 | 600 | | |
599 | 601 | | |
| 602 | + | |
| 603 | + | |
600 | 604 | | |
601 | 605 | | |
602 | 606 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
318 | 320 | | |
319 | 321 | | |
320 | 322 | | |
321 | | - | |
| 323 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 282 | + | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
296 | 295 | | |
297 | 296 | | |
298 | 297 | | |
299 | | - | |
| 298 | + | |
0 commit comments