IngestorServiceExtensions

gitinsp.domain.models.IngestorServiceExtensions

Provides extensions for the EmbeddingStoreIngestor class

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (ingestor: EmbeddingStoreIngestor)
def ingest(repository: GitRepository, lang: Language): Unit

Ingests documents from a Git repository filtered by language

Ingests documents from a Git repository filtered by language

Value parameters

lang

The programming language to filter documents by

repository

The Git repository containing documents to ingest

Attributes

Returns

Unit