Retrieve relevant information through RAG
Installation
SKILL.md
Information Retrieval
Quick start
You can create an index on LlamaCloud using the following code. By default, new indexes use managed embeddings (OpenAI text-embedding-3-small, 1536 dimensions, 1 credit/page):
import os
from llama_index.core import SimpleDirectoryReader
from llama_cloud_services import LlamaCloudIndex