日志如下(第一步超过10分钟),
在env中配置"FASTCODE_CONFIG_PATH": "D:\workspace\FastCode\config\config.yaml", 其中指定了本地embedding模型
2026-07-07 10:46:02,453 - fastcode.mcp - INFO - Initializing FastCode engine …
2026-07-07 10:56:35,082 - faiss.loader - INFO - Loading faiss with AVX2 support.
2026-07-07 10:56:35,083 - faiss.loader - INFO - Could not load library with AVX2 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx2'")
2026-07-07 10:56:35,083 - faiss.loader - INFO - Loading faiss.
2026-07-07 10:56:35,128 - faiss.loader - INFO - Successfully loaded faiss.
2026-07-07 10:56:36,150 - fastcode - INFO - Initializing FastCode system
2026-07-07 10:56:36,151 - fastcode.embedder - INFO - Loading embedding model: D:/models/paraphrase-minilm
2026-07-07 10:56:36,160 - sentence_transformers.base.model - INFO - Loading SentenceTransformer model from D:/models/paraphrase-minilm.
2026-07-07 10:56:39,181 - fastcode.embedder - INFO - Embedding dimension: 384
2026-07-07 10:56:39,228 - fastcode - INFO - Configured repo_root: D:\workspace\FastCode\repos
2026-07-07 10:56:39,267 - fastcode.retriever - INFO - Initializing agency mode agents with repo_root: D:\workspace\FastCode\repos
2026-07-07 10:56:39,299 - fastcode.retriever - INFO - Agency mode enabled with iterative agent
2026-07-07 10:56:39,375 - fastcode.cache - INFO - Initialized disk cache at D:\workspace\FastCode\data\cache
2026-07-07 10:56:39,375 - fastcode.mcp - INFO - FastCode engine ready.
日志如下(第一步超过10分钟),
在env中配置"FASTCODE_CONFIG_PATH": "D:\workspace\FastCode\config\config.yaml", 其中指定了本地embedding模型
2026-07-07 10:46:02,453 - fastcode.mcp - INFO - Initializing FastCode engine …
2026-07-07 10:56:35,082 - faiss.loader - INFO - Loading faiss with AVX2 support.
2026-07-07 10:56:35,083 - faiss.loader - INFO - Could not load library with AVX2 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx2'")
2026-07-07 10:56:35,083 - faiss.loader - INFO - Loading faiss.
2026-07-07 10:56:35,128 - faiss.loader - INFO - Successfully loaded faiss.
2026-07-07 10:56:36,150 - fastcode - INFO - Initializing FastCode system
2026-07-07 10:56:36,151 - fastcode.embedder - INFO - Loading embedding model: D:/models/paraphrase-minilm
2026-07-07 10:56:36,160 - sentence_transformers.base.model - INFO - Loading SentenceTransformer model from D:/models/paraphrase-minilm.
2026-07-07 10:56:39,181 - fastcode.embedder - INFO - Embedding dimension: 384
2026-07-07 10:56:39,228 - fastcode - INFO - Configured repo_root: D:\workspace\FastCode\repos
2026-07-07 10:56:39,267 - fastcode.retriever - INFO - Initializing agency mode agents with repo_root: D:\workspace\FastCode\repos
2026-07-07 10:56:39,299 - fastcode.retriever - INFO - Agency mode enabled with iterative agent
2026-07-07 10:56:39,375 - fastcode.cache - INFO - Initialized disk cache at D:\workspace\FastCode\data\cache
2026-07-07 10:56:39,375 - fastcode.mcp - INFO - FastCode engine ready.