Cheney Zhang
2484ae29b3
add openai codex mcp server configuration ( #214 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-09-16 21:01:10 +08:00
Max Qian
54cc336378
Add custom gemini baseurl support ( #183 )
...
* Add Gemini API basic URL configuration, optimize CI workflow to support multiple operating systems, update dependencies and fix cleanup scripts
* Optimize build performance, add Windows specific settings and troubleshooting documentation, update configurations to support incremental builds and caching
* Optimize CI workflow to support cross platform build output validation, update documentation to include validation commands for Windows and Unix
2025-08-30 21:52:52 +08:00
Cheney Zhang
2efe1e9aaf
optimize logs and dependencies locks ( #182 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-25 15:38:52 +08:00
ChengZi
99d7387678
add more docs details
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-22 17:54:25 +08:00
ChengZi
643796a0d3
Add and optimize docs
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-21 21:05:24 +08:00
ChengZi
c21b62c17e
bump version to v0.1.3
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-21 14:43:27 +08:00
ChengZi
0c696d1190
enhance the snapshot backward compatibility issue
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-21 14:43:27 +08:00
ChengZi
8a63f729e9
fix the remove index tool not calling the snapshot problem
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-21 14:43:27 +08:00
ChengZi
2605d09c44
fix: remove dimension detection error for ollama
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-21 14:43:27 +08:00
ChengZi
ada7503c51
bump version to v0.1.2
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-20 21:07:52 +08:00
ChengZi
a01a487a1a
enhance snapshot manager
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-20 21:07:52 +08:00
ChengZi
325bcd158f
enhance milvus vector db
...
- add index_name when creating index
- optimize collection limit check with better decoupling design
- optimize waitForIndexReady to replace client.getIndexState(cause it's about to be deprecated)
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-20 21:07:52 +08:00
KartDriver
84253a369c
fix: add waitForIndexReady and loadCollectionWithRetry for milvus
2025-08-20 21:07:52 +08:00
Cheney Zhang
9cbe7870f5
enhance environment variables and mcp documentation ( #169 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-20 11:32:40 +08:00
Shawn Zheng
4470c0bd6b
[feat] add support for scala. ( #151 )
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-12 10:49:58 +08:00
Cheney Zhang
5e28376985
bump version v0.1.1 ( #150 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-12 10:14:50 +08:00
Cheney Zhang
d385f6fc28
ensure collection is loaded before search/query ( #148 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-11 14:13:29 +08:00
Shawn Zheng
a7fd7fa2a9
[add] add tree-sitter-c-sharp and simplify tree-sitter dependency build ( #147 )
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-11 11:22:03 +08:00
Shawn Zheng
944e07fb30
[feat] add file extension filter to semantic search ( #142 )
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-09 12:02:03 +08:00
Cheney Zhang
bfc4809f9f
Add usage guidance to mcp tool ( #143 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-08 17:53:27 +08:00
Cheney Zhang
a0651fe7bb
bump version to 0.1.0 ( #138 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-08 12:05:04 +08:00
Cheney Zhang
5589686e50
optimize gif ( #135 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-08 11:31:56 +08:00
Cheney Zhang
92997c6b3d
amend optimize readme ( #134 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-08 10:32:44 +08:00
Cheney Zhang
08b440cffe
fix collection creation validation ( #130 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-07 17:01:35 +08:00
Shawn Zheng
26f20dc2c3
[feat] add dimension detection for embedding providers to support custom models ( #129 )
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-07 16:54:06 +08:00
Cheney Zhang
caa1a5e8d8
add tool get indexing status ( #125 )
...
* add tool get indexing status
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
* remove redundant description
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
---------
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-06 17:52:59 +08:00
Shawn Zheng
82c02b1f76
[Refactor]: enforce encapsulation by replacing external private method calls with public interface usage ( #121 )
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-06 10:08:15 +08:00
Shawn Zheng
419d40e3aa
[Refactor]: Change search method to BM25 & Dense vector Hybrid search ( #119 )
...
* [Refactor]: Change search method to BM25 & Dense vector Hybrid search
* [Restructure] 1.Refactor codebase to use Context class 2.Add hybrid mode environment variable
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
---------
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-05 16:58:20 +08:00
ChengZi
a8099f6a4f
bump version to 0.0.13
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:07:11 +08:00
ChengZi
3c1eb55bd3
keep version with the master branch
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
a1d4931efd
update doc details
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
9e070aa3cc
fix conflict
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
54b777d349
bump test version v0.0.2
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
5870a19fca
refactor logo
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
e057a56a5f
refactor class name
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
6c5ba39876
merge claude_context to refactor project name
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 18:02:09 +08:00
ChengZi
d277053e10
bump version v0.0.12
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-04 16:27:59 +08:00
Sam Bonifacio
3285574729
fix(core): escape backslashes in Windows file paths for Milvus queries
...
Escape backslashes in relativePath before constructing Milvus query expressions
to prevent parsing errors when Windows paths contain escape sequences like '\N'.
Fixes sync failures on Windows when files are modified.
2025-08-04 11:15:15 +08:00
Sam Bonifacio
8c5921704e
fix(mcp): sync operations not loading project-specific ignore patterns
...
Sync operations were only using the default ignore patterns instead of
loading project-specific patterns from .*ignore files. This caused sync
to process files that should have been ignored, leading to performance
issues and incorrect indexing behavior.
The fix ensures both initial indexing and sync operations consistently
load project-specific ignore patterns before creating FileSynchronizer
instances.
2025-08-04 11:14:48 +08:00
ChengZi
8d1a4290fc
bump version to 0.0.11
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-01 16:32:33 +08:00
ChengZi
2934a0ba98
support custom file extensions
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-08-01 16:19:07 +08:00
ShawnZheng
546e19de36
[Add]: Add support for custom models
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-08-01 12:06:07 +08:00
ChengZi
d996934be8
bump version to 0.0.10
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-07-31 15:26:40 +08:00
ShawnZheng
11d253bb11
[correction] update index_codebase tool description
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-07-30 20:52:23 +08:00
ShawnZheng
a46f2fa2ff
[Refactor]: Refactor the MCP module & add sync for snapshot and zilliz cloud.
...
Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com >
2025-07-30 17:06:16 +08:00
ChengZi
2b93929bbc
add more ignore patterns setting
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-07-30 15:45:17 +08:00
sasidhar
af329cdf23
feat(mcp): Add optional ignorePatterns parameter to index_codebase tool
...
Add support for custom ignore patterns in the index_codebase MCP tool to allow users to exclude specific files and directories during
indexing beyond the default patterns.
Changes:
- Add optional ignorePatterns array parameter to index_codebase tool schema
- Update handleIndexCodebase to process custom ignore patterns via codeContext.updateIgnorePatterns()
- Merge custom patterns with default ignore patterns (node_modules, .git, etc.)
- Include ignore pattern information in indexing success messages
- Add comprehensive documentation in CONTRIBUTING.md with examples
Usage example:
```json
{
"path": "/path/to/codebase",
"ignorePatterns": ["static/**", "*.tmp", "private/**"]
}
This enhancement allows users to customize which files are excluded during codebase indexing while maintaining compatibility with existing
usage patterns.
2025-07-29 23:18:12 +08:00
ChengZi
06492d009f
add detailed docs and environment variables guide
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-07-29 20:57:10 +08:00
ChengZi
581c5a16a7
bump version to 0.0.9
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-07-29 13:00:43 +08:00
ChengZi
f502bf0fd9
update readme to support zilliz cloud auto cluster
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
2025-07-29 11:41:38 +08:00