Skip to content

Commit 8a60d61

Browse files
committed
Fixed default chunking size
1 parent 328bf5e commit 8a60d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reproduce_chunking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import os
32
import sys
43
from llama_index.core import Settings
@@ -8,6 +7,7 @@
87

98
try:
109
from vector_mcp.vector_mcp import config
10+
1111
print(f"Current Config: {config}")
1212
except ImportError:
1313
print("Could not import vector_mcp")

0 commit comments

Comments
 (0)