Azure Cosmos DB for Apache Gremlin
Azure Cosmos DB for Apache Gremlin is a graph database service that can be used to store massive graphs with billions of vertices and edges. You can query the graphs with millisecond latency and evolve the graph structure easily.
Gremlin is a graph traversal language and virtual machine developed by
Apache TinkerPop
of theApache Software Foundation
.
This notebook shows how to use LLMs to provide a natural language interface to a graph database you can query with the Gremlin
query language.