MCPcopy Create free account
hub / github.com/Azure-Samples/llama-index-python / CsvFile

Class CsvFile

backend/app/api/routers/models.py:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class CsvFile(BaseModel):
14 content: str
15 filename: str
16 filesize: int
17 id: str
18
19
20class AnnotationData(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected