File size: 1,314 Bytes
16c96dd
 
 
 
 
 
 
 
f4491e7
 
 
 
 
 
 
 
 
 
 
fcc9b0e
 
f4491e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: apache-2.0
language:
- en
tags:
- ontology
- knowledge-graphs
- embeddings
---

# Ontology & Embedding Database

This repository provides the **local ontology database** to be used by StructSense (in general can be used for any other purpose), including both structured ontological data and precomputed vector embeddings for efficient semantic search.

## Overview

- **3,925,124 classes**
- **2,683,756 synonyms**
- Data storage:
  - **SQLite** → structured ontology data (`bioportal.db`) 
  - **ChromaDB** → vector embeddings (see `bioportal_chroma`) for semantic retrieval 


Vector embeddings (includes label + synonyms + alternative labels + definition) are generated using the `BAAI/bge-large-en-v1.5` model to enable high-quality semantic similarity search.


## Database Schema (Main Tables)

If you plan to extend or enrich the database, the primary tables include:

- `ontologies`
- `classes`
- `synonyms`
- `labels`
- `parents`
 

## 🔎 Search & Query

You can explore the ontology, perform semantic search, and run database queries via the Hugging Face Space:

👉 https://huggingface.co/spaces/sensein/demo-ontology-search


## Data Source

The original ontology data is sourced from **BioPortal**, which aggregates biomedical ontologies from multiple authoritative providers.