File size: 1,122 Bytes
dbb04e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# MnemoCore Vector Core (Experimental)

## Beta Notice

`vector_core` is an experimental area used for research tracks and prototypes.
It should not be treated as stable production infrastructure.

## Purpose

This directory contains exploratory work related to:
- retrieval/indexing approaches,
- migration tooling,
- Dream Stream related predictor experiments,
- benchmarking ideas and concept validation.

## Important Expectations

- APIs and file formats can change quickly.
- Performance notes in this folder are directional, not guaranteed.
- Some documents describe proposed future directions, not completed product behavior.

## Relationship to Main Runtime

The main runtime path for MnemoCore is under `src/`.
`vector_core/` should be read as supplementary research and prototyping material.

## Suggested Use

- Use this folder for isolated experiments.
- Validate findings before integrating with `src/core`.
- Keep reproducibility notes when running local trials.

## Related Docs

- `docs/ARCHITECTURE.md`
- `docs/ROADMAP.md`
- `vector_core/dream_stream/DESIGN.md`