📄️ Install Uix
How to install and add Uix to your project.
📄️ Define a Node Type
Nodes in a graph database are fragments of data that are connected via edges (relationships). In this section we will define our first node to be used with Uix.
📄️ Environment Variables
Out of the box Uix is integrated with services such as Neo4j and OpenAI. Using Neo4j is required with Uix as it is the only graph lib we currently support (more coming soon), but OpenAI use is optional.
📄️ Define Uix Config
Uix is a CLI based function generation tool, so it only makes sense that it requires some configuration to know what to generate. This configuration should live in the root of your repo under the name uix.config.ts
📄️ Running the CLI
Now that all of your configuration is created and ready to go, we can run the CLI to generate our functions.