MCPcopy Create free account
hub / github.com/Azure-Samples/rag-postgres-openai-python / ExtraArgs

Class ExtraArgs

src/backend/fastapi_app/embeddings.py:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 class ExtraArgs(TypedDict, total=False):
20 dimensions: int
21
22 dimensions_args: ExtraArgs = {}
23 if SUPPORTED_DIMENSIONS_MODEL.get(embed_model):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected