cognee/cognee/modules/ontology
Fahad Shoaib a4a9e76246 feat: add ontology endpoint in REST API
- Add POST /api/v1/ontologies endpoint for file upload
  - Add GET /api/v1/ontologies endpoint for listing ontologies
  - Implement OntologyService for file management and metadata
  - Integrate ontology_key parameter in cognify endpoint
  - Update RDFLibOntologyResolver to support file-like objects
  - Add essential test suite for ontology endpoints
2025-11-02 17:05:03 +05:00
..
exceptions chore: Changing base classes for exceptions that were already defined 2025-08-13 15:14:43 +02:00
rdf_xml feat: add ontology endpoint in REST API 2025-11-02 17:05:03 +05:00
__init__.py feat: productionizing ontology solution [COG-1401] (#623) 2025-03-12 14:31:19 +01:00
base_ontology_resolver.py ruff fix 2025-09-17 12:24:39 +02:00
get_default_ontology_resolver.py ruff fix 2025-10-27 13:47:04 +01:00
matching_strategies.py ruff fix 2025-09-17 12:24:39 +02:00
models.py feat: adds base class + renames rdflib implementation 2025-09-17 12:02:38 +02:00
ontology_config.py feat: adds new config structure based on requirements 2025-09-18 17:24:23 +02:00
ontology_env_config.py feat: adds ontology resolver env handling 2025-09-19 12:54:33 +02:00