Update re-ingests/modifies an existing context. Empty fields keep the current value (mode/description); empty paths keep the current sources.
(name string, paths []string, mode, description string, tags []string)
| 50 | // Update re-ingests/modifies an existing context. Empty fields keep the |
| 51 | // current value (mode/description); empty paths keep the current sources. |
| 52 | Update(name string, paths []string, mode, description string, tags []string) (string, error) |
| 53 | // Attach attaches a named context to the session. ragTopK > 0 turns on |
| 54 | // semantic top-K retrieval (hybrid when embeddings are configured); |
| 55 | // ragTopK <= 0 leaves the mode's default behavior. priority orders |
no outgoing calls