Skip to main content

Module json_database_generator

Module json_database_generator 

Source
Expand description

Helpers that walk a git repository, chunk the code, and persist embeddings into a JSON database.

Structsยง

ChunkMetadata
Metadata for a file chunk
EmbeddedChunk
A chunk of file content with its embedding
EmbeddingsDatabase
The complete JSON database structure
JsonDatabaseGenerator
Generator for creating JSON database with embeddings
JsonDatabaseOptions
Options for JSON database generation
JsonDatabaseResult
Result returned after a generation run.