-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
# Native Vector Support in TigerGraph | ||
|
||
TigerGraph has unveiled native vector support, a revolutionary feature that significantly amplifies the capabilities of graph analytics by incorporating high-dimensional vector embeddings. This cutting-edge enhancement is tailored for contemporary AI and machine learning workflows, facilitating a seamless integration of structured graph data with vector embeddings, thus unlocking new levels of analytical power and efficiency. | ||
|
||
# Sample Graph To Start With <a name="top"></a> | ||
![Financial Graph](https://raw.githubusercontent.com/tigergraph/ecosys/master/demos/guru_scripts/docker/tutorial/4.x/FinancialGraph.jpg) | ||
|
||
# Content | ||
This GSQL tutorial contains | ||
- [Setup Environment](#setup-environment) | ||
- [Setup Schema (model)](#setup-schema) | ||
- [Load Data](#load-data) | ||
- [Install GDS Functions](#install-gds-functions) | ||
- [Query Examples](#query-examples) | ||
- [vectorSearch Function](#vectorsearch-function) | ||
- [Vector Built-in Functions](#vector-built-in-functions) | ||
- [Vector Search](#vector-search) | ||
- [Filtered Vector Search](#filtered-vector-search) | ||
- [Vector Search on Graph Patterns](#vector-search-on-graph-patterns) | ||
- [Vector Similarity Join on Graph Patterns](#vector-similarity-join-on-graph-patterns) | ||
- [GDS Functions Summary](#gds-functions-summary) |