Getting Started
Ready to turn unstructured intelligence into structured data? This guide will walk you through setting up the ObjectWeaver server and connecting your first client.
Prerequisites
- Docker: ObjectWeaver runs as a containerized service. You'll need Docker Desktop or the Docker CLI installed.
- API Key: You'll need an API key from an LLM provider (OpenAI, Anthropic, etc.) to actually generate content.
Installation Path
1. Docker Setup
Pull the image, configure your environment variables, and start the server.
2. Client Guide
Connect to the server using our Go, Python, or Node.js SDKs.
Quick Look: The Architecture
ObjectWeaver runs as a standalone service (like a database). Your application sends schemas to it, and it handles the complexity of talking to LLMs.