-
Notifications
You must be signed in to change notification settings - Fork 2
Architecture
Will Schipp edited this page Aug 15, 2025
·
1 revision
Embabel LLM Database is a REST repository for storing and retrieving model information. The primary sources for the repository include the llm-stats.com Github Repository and the AWS Bedrock Model API
- core libraries and domain model
- Embabel Agent responsible for loading and maintaining the repository
- Agent validates the need to update the registry and handles parsing of different sources
- Agent does not use an LLM itself for parsing*
- Embabel Repository based on REST API principles
- Due to the slow rate of change, uses a filesystem persistent store (JSON format)
- Limited API exposure for model access and searching
*may change in the future