gitdataai/libs/agent/embed
ZhenYi bfdb934443 feat(embed): add chunked embedding, batch memory embed, and tag vectorization support
- chunk_text(): char-boundary-safe text chunking at paragraph/sentence breaks (7000 char limit)
- embed_memories_batch(): groups messages by room, batch-embeds all texts to reduce Qdrant calls
- embed_issue_chunked(): auto-chunks long issue bodies
- embed_skill(): upgraded with auto-chunking via chunk_text
- TagEmbedInput struct for batch tag embedding
- embed_tags_batch() / search_tags() with project isolation
- ensure_collections() now creates embed_repo_tag collection
2026-04-28 13:03:51 +08:00
..
client.rs feat(embed): add chunked embedding, batch memory embed, and tag vectorization support 2026-04-28 13:03:51 +08:00
mod.rs feat(embed): add chunked embedding, batch memory embed, and tag vectorization support 2026-04-28 13:03:51 +08:00
qdrant.rs refactor(agent): split into submodules and add Qdrant embedding 2026-04-25 20:09:33 +08:00
service.rs feat(embed): add chunked embedding, batch memory embed, and tag vectorization support 2026-04-28 13:03:51 +08:00