Skip to main content
Glama
__init__.py•467 B
""" Pluggable embeddings module for FHIR GraphRAG. Provides abstract interface for swapping between OpenAI (development) and NVIDIA NIM (production) embedding providers. """ from .base_embeddings import BaseEmbeddings from .openai_embeddings import OpenAIEmbeddings from .nim_embeddings import NIMEmbeddings from .embeddings_factory import EmbeddingsFactory __all__ = [ 'BaseEmbeddings', 'OpenAIEmbeddings', 'NIMEmbeddings', 'EmbeddingsFactory', ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isc-tdyar/medical-graphrag-assistant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server