macrostack
Browse

The AI stack

Categories

Local & Sovereign AINotes & KnowledgeObservability & MonitoringPassword ManagersWeb AnalyticsTeam ChatSmart HomeNetworking & RoutersVideo ConferencingCloud Storage & SyncPhotos & MediaAPI DevelopmentImage EditingWorkflow Automation & iPaaSDeveloper Tools & ContainersOffice & Productivity SuitesNo-Code DatabasesCode Hosting & Git ForgesProject ManagementEmail Marketing & NewslettersScheduling & BookingError Tracking & Exception MonitoringLog Management & SIEMVPN & PrivacyEmail & Secure MailVector Databases & AI SearchLLM & Agent FrameworksDomains & Web HostingData Removal & PrivacyAuthentication & IdentityHelp Desk & Customer SupportCloud & VPSKubernetes & Container PlatformsEmbedding ModelsPDF & DocumentsAI Coding AssistantsAI Voice & SpeechLLM Observability & EvaluationLLM Gateways & RoutingCloud GPU & AI ComputeCI/CD & build automationData & pipeline orchestrationModel serving & inferenceAI agent frameworksBackend as a serviceSecrets managementFeature flags & experimentationProduct analyticsSearch infrastructureUptime & status monitoringAffiliate & partner platformsVisitor identification & personalisationWikis & internal docsIdentity & access managementData warehouses & analytics enginesCustomer data platformsCRMObject storageBI & dashboardsE-signatureWhiteboards & diagrammingIn-memory data stores & cachingPlatform as a serviceTransactional & bulk emailHeadless CMSDesign & prototypingE-commerce platformsInternal tools & admin panelsManaged databasesForms & surveysFine-Tuning & Model TrainingRAG & Retrieval PlatformsLLM Evaluation & TestingAI Guardrails & Content SafetySpeech Recognition & TranscriptionExperiment Tracking & ML OpsDocument AI & OCR

About

How we rank & score

Layer 4 · self-hosting reality check

What it actually takes to self-host LlamaIndex

The docs say 1 GB. In practice you want 4 GB for the app; your vector store is the real cost. Here is the honest version — real requirements, real monthly cost, what you will be maintaining, and the one thing that catches people out.

Usually reached from LangChain alternatives, where LlamaIndex is one of the picks.

RAM — documented minimum1 GB
RAM — what it really needs4 GB for the app; your vector store is the real cost
CPU2 vCPU
DiskSmall — it is a library, not a datastore
Monthly cost$0 for the framework. The bill is embeddings and the vector store underneath.
Setup timeAn hour to a working pipeline, weeks to a good one
How you install itpip install; it is a library you build with, not a service you deploy
Ongoing maintenanceVersion churn is real — the API has moved fast. Pin versions on anything long-lived.
Where it stops scalingAs far as your vector store and embedding budget go. The framework is not the bottleneck.

The thing that catches people out

Retrieval quality is decided by chunking, and chunking is decided before you ever call a model. A chunk boundary through the middle of a definition, or a table flattened into a line of numbers, cannot be rescued by a better retriever or a bigger model — and it fails silently, retrieving confidently and answering wrongly. Inspect your actual chunks before blaming anything else.

When not to self-host LlamaIndex

You want a product rather than a framework. R2R or RAGFlow deploy as services; LlamaIndex is parts you assemble.

Every guide here carries this section. A site that only ever tells you to self-host is selling something — the useful answer is sometimes no.

Other Layer 4 self-hosting guides

Common questions

How much RAM does LlamaIndex actually need?
4 GB for the app; your vector store is the real cost in practice. The documented minimum is 1 GB, which is the figure at which the process starts rather than the figure at which it works under real use. 2 vCPU alongside it.
What does self-hosting LlamaIndex cost per month?
$0 for the framework. The bill is embeddings and the vector store underneath. This is commodity VPS pricing and excludes your time, which is the larger cost for most people — budget for version churn is real — the API has moved fast. Pin versions on anything long-lived.
How long does it take to set up LlamaIndex?
An hour to a working pipeline, weeks to a good one, via pip install; it is a library you build with, not a service you deploy.
When should I NOT self-host LlamaIndex?
You want a product rather than a framework. R2R or RAGFlow deploy as services; LlamaIndex is parts you assemble.
What is the most common mistake when self-hosting LlamaIndex?
Retrieval quality is decided by chunking, and chunking is decided before you ever call a model. A chunk boundary through the middle of a definition, or a table flattened into a line of numbers, cannot be rescued by a better retriever or a bigger model — and it fails silently, retrieving confidently and answering wrongly. Inspect your actual chunks before blaming anything else.
The Macrostack brief

New swaps, worth your inbox.

A short, occasional email when we add a high-intent alternative or ship a new head-to-head. No spam, no selling your address — unsubscribe in one click.