yichuan520030910320
2c3824e7b6
feat: support multiple input formats for --docs argument
...
- Add support for multiple directories: --docs ./src ./tests ./config
- Add support for individual files: --docs ./file1.py ./file2.txt
- Add support for mixed files and directories: --docs ./README.md ./src/ ./config.json
- Add git ls-files integration: --docs $(git ls-files)
- Add git submodule detection and skip logic to avoid indexing third-party dependencies
- Add comprehensive error handling for path resolution issues
- Update MCP README with advanced usage examples including git integration
- Fix ruff linting issues with closure variable binding
Breaking changes: None - fully backward compatible with existing single directory usage
Examples:
leann build my-repo --docs $(git ls-files) --embedding-mode sentence-transformers --embedding-model all-MiniLM-L6-v2 --backend hnsw
leann build my-code --docs ./src ./tests ./docs --embedding-mode sentence-transformers --embedding-model all-MiniLM-L6-v2 --backend hnsw
leann build my-configs --docs ./package.json ./tsconfig.json ./webpack.config.js --embedding-mode sentence-transformers --embedding-model all-MiniLM-L6-v2 --backend hnsw
2025-08-12 02:04:44 -07:00
yichuan520030910320
67fef60466
[Readme]More about claude code
2025-08-08 16:05:35 -07:00
yichuan520030910320
0f790fbbd9
docs: polish README and add optimized MCP integration image
...
- Improve grammar and sentence structure in MCP section
- Add proper markdown image formatting with relative paths
- Optimize mcp_leann.png size (1.3MB -> 224KB)
- Update data description to be more specific about Chinese content
2025-08-08 00:58:36 -07:00
Andy Lee
5567302316
feat: promote Claude Code integration as primary RAG feature
2025-08-07 23:19:19 -07:00
Andy Lee
8b22d2b5d3
Merge pull request #19 from yichuan-w/feature/claude-code-research
...
Feature/claude code research
2025-08-05 23:02:34 -07:00