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

Class DBLoaderConfig

backend/app/engine/loaders/db.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class DBLoaderConfig(BaseModel):
11 uri: str
12 queries: List[str]
13
14
15def get_db_documents(configs: list[DBLoaderConfig]):

Callers 1

get_documentsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected