{"data_sources":{"content_types":["Clinical research papers","Genetic studies","Clinical guidelines","Review articles","Case studies"],"primary_sources":["PubMed research papers","NCBI Gene Reviews"]},"description":"\n        This API provides semantic search capabilities for rare disease Ehlers-Danlos Syndrome (EDS) related medical information. \n        It was specifically developed as part of the zebra-Llama project (https://huggingface.co/zebraLLAMA/zebra-Llama-v0.2), \n        an LLM model specialized in EDS-related queries.\n        \n        The vector database contains curated medical information about EDS from authoritative sources:\n        - PubMed research papers\n        - NCBI Gene Reviews\n        \n        The database includes comprehensive information about:\n        - Clinical presentations and manifestations\n        - Diagnostic criteria and guidelines\n        - Treatment approaches and management strategies\n        - Genetic and molecular aspects\n        - Research findings and clinical studies\n        \n        While this API can be used with any LLM as an EDS context provider, it is recommended to be used with the zebra-Llama model for best results in EDS-related queries.\n        \n        The API returns relevant context passages from these verified sources, each with a reference citation \n        to the original PubMed paper or Gene Review.\n        ","endpoints":[{"description":"Returns API documentation and available endpoints","method":"GET","path":"/"},{"description":"Performs semantic search for EDS-related context using provided embeddings","method":"POST","path":"/search","request_body":{"query_embedding":{"description":"1536-dimensional embedding from text-embedding-ada-002 model","required":true,"type":"array"},"top_k":{"default":2,"description":"Number of top results to return","required":false,"type":"integer"}},"responses":{"200":{"content":{"context":"String containing relevant EDS-related passages with source citations"},"description":"Successful response"},"400":{"content":{"details":"detailed error message","error":"error type"},"description":"Invalid request (wrong embedding format/dimension)"},"500":{"content":{"details":"error message","error":"error type"},"description":"Internal server error"}}}],"model_compatibility":{"embedding_model":"text-embedding-ada-002","feature dimension":1536},"name":"EDS Context Vector Database Search API","version":"1.0"}
