Expand description
Helpers that walk a git repository, chunk the code, and persist embeddings into a JSON database.
Structsยง
- Chunk
Metadata - Metadata for a file chunk
- Embedded
Chunk - A chunk of file content with its embedding
- Embeddings
Database - The complete JSON database structure
- Json
Database Generator - Generator for creating JSON database with embeddings
- Json
Database Options - Options for JSON database generation
- Json
Database Result - Result returned after a generation run.