Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
class
DBLoaderConfig(BaseModel):
11
uri: str
12
queries: List[str]
13
14
15
def
get_db_documents(configs: list[DBLoaderConfig]):
Callers
1
get_documents
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected