MCPcopy Create free account
hub / github.com/diillson/chatcli / VectorIndex

Method VectorIndex

cli/workspace/memory.go:149–151  ·  view source on GitHub ↗

VectorIndex returns the attached vector index (may be nil).

()

Source from the content-addressed store, hash-verified

147
148// VectorIndex returns the attached vector index (may be nil).
149func (ms *MemoryStore) VectorIndex() *memory.VectorIndex {
150 return ms.manager.VectorIndex()
151}
152
153// ProcessExtraction processes enhanced extraction output from the memory
154// worker. Void for API compatibility; use ProcessExtractionResult for the

Calls

no outgoing calls