test_fix.json•1.69 kB
{
"metadata": [
{
"id": 0,
"text": "Test data for MCP server functionality. This is a simple test to verify that the chat system works properly and returns full responses without truncation or JSON formatting issues.",
"frame": 0,
"length": 180
},
{
"id": 1,
"text": "Test data for MCP server functionality. This is a simple test to verify that the chat system works properly and returns full responses without truncation or JSON formatting issues.",
"frame": 0,
"length": 180
},
{
"id": 2,
"text": "Test memvid functionality to verify system is working properly.",
"frame": 1,
"length": 63
}
],
"chunk_to_frame": {
"0": 0,
"1": 0,
"2": 1
},
"frame_to_chunks": {
"0": [
0,
1
],
"1": [
2
]
},
"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
}
}
}