Commit d75026e
committed
fix(notebooks): use full UUID for run tags; drop stub schema methods from embedded adapter
- 01_llama, 02_langchain: use full uuid4().hex for `tag` variable
(was [:6] = 24 bits entropy, risked cross-run collisions on shared envs)
- 01_llama, 02_langchain: remove get_labels()/get_edge_types() from
_EmbeddedAdapter — returning [] made adapter look schema-RPC-capable,
silently short-circuiting the get_schema_text() path in CoordinodeGraph
- 03_langgraph: replace explicit LIMIT N > 20 in query_facts via re.sub
instead of only appending when absent; server no longer materializes
oversized result sets from LLM-generated queries
fix(client): remove contradictory "indexed automatically" claim from
text_search() Args.label docstring; Note already says indexing requires
explicit CREATE TEXT INDEX DDL1 parent 0181894 commit d75026e
4 files changed
Lines changed: 3201 additions & 109 deletions
File tree
- coordinode/coordinode
- demo/notebooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
| 689 | + | |
693 | 690 | | |
694 | 691 | | |
695 | 692 | | |
| |||
0 commit comments