updated readme
Browse files
README.md
CHANGED
|
@@ -18,10 +18,10 @@ This repository provides the **local ontology database** to be used by StructSen
|
|
| 18 |
- **2,683,756 synonyms**
|
| 19 |
- Data storage:
|
| 20 |
- **SQLite** → structured ontology data (`bioportal.db`)
|
| 21 |
-
- **
|
| 22 |
|
| 23 |
|
| 24 |
-
Vector embeddings (includes label + synonyms + alternative labels +
|
| 25 |
|
| 26 |
|
| 27 |
## Database Schema (Main Tables)
|
|
|
|
| 18 |
- **2,683,756 synonyms**
|
| 19 |
- Data storage:
|
| 20 |
- **SQLite** → structured ontology data (`bioportal.db`)
|
| 21 |
+
- **Embeddings** → vector embeddings (to be uploaded)
|
| 22 |
|
| 23 |
|
| 24 |
+
Vector embeddings (includes preferred label + definition + synonyms + alternative labels + parent labels + ontology context) are generated using the `BAAI/bge-small-en-v1.5` model to enable high-quality semantic similarity search.
|
| 25 |
|
| 26 |
|
| 27 |
## Database Schema (Main Tables)
|