VectorIndex returns the attached vector index (may be nil).
()
| 147 | |
| 148 | // VectorIndex returns the attached vector index (may be nil). |
| 149 | func (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 |
no outgoing calls