lllin000_PaperForge/paperforge/embedding
2026-05-18 22:47:30 +08:00
..
providers feat(embedding): add OpenAI-compatible embedding provider 2026-05-18 17:14:18 +08:00
__init__.py feat(embedding): create embedding package skeleton 2026-05-18 17:12:14 +08:00
_chroma.py fix(vector): get_collection no longer silently deletes collection on error; memory builder skips full rebuild when index hash matches 2026-05-18 22:18:23 +08:00
_config.py chore: commit session work before hotfix switch 2026-05-18 22:47:30 +08:00
build_state.py feat(embedding): add build state persistence 2026-05-18 17:15:40 +08:00
builder.py feat(discussion): remove JSON output and markdown escaping 2026-05-18 21:09:54 +08:00
preflight.py feat(embedding): add API-only preflight check 2026-05-18 17:18:04 +08:00
search.py feat(embedding): add API-only retrieve_chunks() semantic search 2026-05-18 17:16:51 +08:00
status.py feat(discussion): remove JSON output and markdown escaping 2026-05-18 21:09:54 +08:00