mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-04 04:01:07 +00:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed89651034 |
+28
-27
@@ -121,6 +121,23 @@
|
|||||||
"pages": [
|
"pages": [
|
||||||
"vector_stores/pgvector"
|
"vector_stores/pgvector"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "FAQ",
|
||||||
|
"pages": [
|
||||||
|
"faq"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Community",
|
||||||
|
"pages": [
|
||||||
|
"community",
|
||||||
|
"community-projects",
|
||||||
|
"contributing-guide",
|
||||||
|
"governance",
|
||||||
|
"citation",
|
||||||
|
"project-license"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -167,7 +184,17 @@
|
|||||||
"guides/policy-engine",
|
"guides/policy-engine",
|
||||||
"guides/visualization",
|
"guides/visualization",
|
||||||
"guides/distance-intelligence",
|
"guides/distance-intelligence",
|
||||||
"guides/graph-analytics",
|
"guides/graph-analytics"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"tab": "API Reference",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"group": "Context & Intelligence",
|
||||||
|
"pages": [
|
||||||
"reference/context",
|
"reference/context",
|
||||||
"reference/kg",
|
"reference/kg",
|
||||||
"reference/temporal",
|
"reference/temporal",
|
||||||
@@ -236,32 +263,6 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"tab": "FAQ",
|
|
||||||
"groups": [
|
|
||||||
{
|
|
||||||
"group": "FAQ",
|
|
||||||
"pages": [
|
|
||||||
"faq"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Community",
|
|
||||||
"pages": [
|
|
||||||
"community",
|
|
||||||
"community-projects",
|
|
||||||
"contributing-guide",
|
|
||||||
"governance",
|
|
||||||
"citation",
|
|
||||||
"project-license"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"tab": "Changelog",
|
|
||||||
"href": "https://github.com/semantica-agi/semantica/releases"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user