community[minor]: add TigerGraph support (#16280)

**Description:** Add support for querying TigerGraph databases through
the InquiryAI service.
**Issue**: N/A
**Dependencies:** N/A
**Twitter handle:** @TigerGraphDB
This commit is contained in:
parkererickson-tg
2024-01-22 16:07:44 -06:00
committed by GitHub
parent 8da34118bc
commit b26a22f307
4 changed files with 131 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ EXPECTED_ALL = [
"RdfGraph",
"ArangoGraph",
"FalkorDBGraph",
"TigerGraph",
]