You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Use the cocoindex-code MCP server for semantic code search when:
130
130
|`COCOINDEX_CODE_EMBEDDING_MODEL`| Embedding model (see below) |`sbert/sentence-transformers/all-MiniLM-L6-v2`|
131
131
|`COCOINDEX_CODE_BATCH_SIZE`| Max batch size for local embedding model |`16`|
132
132
|`COCOINDEX_CODE_EXTRA_EXTENSIONS`| Additional file extensions to index (comma-separated, e.g. `"inc:php,yaml,toml"` — use `ext:lang` to override language detection) |_(none)_|
133
-
|`COCOINDEX_CODE_EXCLUDED_PATTERNS`| Additional glob patterns to exclude from indexing (comma-separated, e.g. `"**/migration.sql,**/*.d.ts"`) |_(none)_|
133
+
|`COCOINDEX_CODE_EXCLUDED_PATTERNS`| Additional glob patterns to exclude from indexing as a JSON array (e.g. `'["**/migration.sql", "{**/*.md,**/*.txt}"]'`) |_(none)_|
0 commit comments