Prerequisites
- A Neode account (sign up here)
- Your API key (available in your dashboard settings)
Step 1: Create an Index
Indexes organize your entities into separate namespaces. Create one for your project:Save the
index_id from the response - you’ll need it for storing triples.Step 2: Store Your First Triple
A triple represents a fact as subject-predicate-object. Let’s store a fact about Tesla:Step 3: Query Your Knowledge
Retrieve triples about a specific subject:Step 4: Generate Triples with AI
Use AI to automatically extract knowledge from natural language:Next Steps
Core Concepts
Learn about triples, entities, indexes, and graphs.
Working with Triples
Deep dive into creating, querying, and managing triples.
AI Generation
Advanced AI generation with web search and custom predicates.
API Reference
Complete API documentation with all endpoints.