917613c5ce
- crawler/:豆果(主)/下厨房/Bing 爬虫 + dishes.jsonl(3056 菜→9167 图映射)+ verify_repair 按 URL 重下 - retrieval/:三路检索(BM25 + 本地 BGE-M3 向量 + RRF 融合),FastAPI + 前端; 写死图片目录(默认 crawler/images,可 IMAGE_DIR 覆盖)、绑 0.0.0.0 局域网访问、 启动自动建索引、服务器 serve 图片 - 图片(1.7G)与向量模型(2.3G)不进 git Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
325 B
Plaintext
21 lines
325 B
Plaintext
# 图片(约 9167 张 / 1.7G)不进 git —— 按 crawler 脚本重爬,或另行拷贝
|
|
crawler/images/
|
|
images/
|
|
*.rar
|
|
|
|
# 本地向量模型(BGE-M3 ~2.3G,首次运行自动下载)
|
|
retrieval/hf_home/
|
|
hf_home/
|
|
|
|
# 运行时缓存 / 日志 / 产物
|
|
retrieval/cache/
|
|
cache/
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.env
|