refactor: rename class name from indexer to context

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
ChengZi
2025-07-21 15:37:21 +08:00
committed by Cheney Zhang
parent be04eaf9cc
commit 965ff86761
21 changed files with 226 additions and 198 deletions

View File

@@ -27,7 +27,7 @@ pnpm dev:core
## Project Structure
- `src/indexer.ts` - Main CodeIndexer class
- `src/context.ts` - Main CodeContext class
- `src/embedding/` - Embedding providers (OpenAI, VoyageAI, Ollama)
- `src/vectordb/` - Vector database implementations (Milvus)
- `src/splitter/` - Code splitting logic