first steps to better scanning of repos
This commit is contained in:
parent
2c427d253c
commit
89c4081001
9 changed files with 270 additions and 35 deletions
|
|
@ -119,6 +119,7 @@ class ContentChunk:
|
|||
start_line: int
|
||||
end_line: int
|
||||
text: str
|
||||
metadata: dict[str, Any] = field(default_factory=dict)
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue