test_fix_new.json•1.1 kB
{
"metadata": [
{
"id": 0,
"text": "This is a simple test to see if memvid basic functionality works.",
"frame": 0,
"length": 65
}
],
"chunk_to_frame": {
"0": 0
},
"frame_to_chunks": {
"0": [
0
]
},
"config": {
"qr": {
"version": 35,
"error_correction": "M",
"box_size": 5,
"border": 3,
"fill_color": "black",
"back_color": "white"
},
"codec": "h265",
"chunking": {
"chunk_size": 1024,
"overlap": 32
},
"retrieval": {
"top_k": 5,
"batch_size": 100,
"max_workers": 4,
"cache_size": 1000
},
"embedding": {
"model": "all-MiniLM-L6-v2",
"dimension": 384
},
"index": {
"type": "Flat",
"nlist": 100
},
"llm": {
"model": "gemini-2.0-flash-exp",
"max_tokens": 8192,
"temperature": 0.1,
"context_window": 32000
},
"chat": {
"max_history": 10,
"context_chunks": 5
},
"performance": {
"prefetch_frames": 50,
"decode_timeout": 10
}
}
}