Coverage for src/ragindexer/models.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.8.2, created at 2025-06-20 15:57 +0000

1from typing import List 

2 

3 

4# Definition of a chunk 

5ChunkType = str 

6 

7# Definition of an embedding 

8EmbeddingType = List[float]