Get Started
β‘ Quickstart
π‘ Create an AI app on your own data in a minute
Installation
First install the NodeJs package:
Once you have installed the package, depending upon your preference you can either use:
Open Source Models
This includes Open source LLMs like Mistral, Llama, etc.
Free to use, and runs locally on your machine.
Paid Models
This includes paid LLMs like GPT 4, Claude, etc.
Cost money and are accessible via an API.
Open Source Models
This section provides a quickstart example of using Llama3.2
as the Open source LLM and nomic-embed-text
as the Open source embedding model.
These models are free and can be run locally using Ollama.
Paid Models
In this section, we will use both an LLM and embedding model from OpenAI.
Next Steps
Now that you have created your first app, you can follow any of the links:
Was this page helpful?