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

Enum RetrievalMode

src/frontend/src/api/models.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export const enum RetrievalMode {
2 Hybrid = "hybrid",
3 Vectors = "vectors",
4 Text = "text"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected