ingest_repo
Parse, chunk, and embed repository files into Qdrant, then build a structural graph for semantic search, giving coding agents searchable memory.
Instructions
Ingest a repo: parse, chunk, embed + upsert to Qdrant, build + save graph.
Appends to the existing collection by default so multiple repos coexist;
pass reset=True to drop + recreate the collection first. Every chunk is
tagged with its repo name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| reset | No |