Skip to content

feat: add resource requirements for Qdrant and LiteLLM#69

Open
rewenila wants to merge 1 commit intoSUSE:mainfrom
rewenila:feat/qdrant-litellm-resource-requirements
Open

feat: add resource requirements for Qdrant and LiteLLM#69
rewenila wants to merge 1 commit intoSUSE:mainfrom
rewenila:feat/qdrant-litellm-resource-requirements

Conversation

@rewenila
Copy link
Contributor

@rewenila rewenila commented Mar 9, 2026

This PR adds minimum resource requirements for Qdrant and LiteLLM to enable cluster compatibility validation before installation. cluster-resources.ts was updated to include the following resource requirements:

Qdrant

  • CPU: 2 cores (conservative estimate)
  • Memory: 4 GB (conservative estimate)
  • Storage: 10 GB (from official Helm chart default)

Source: Qdrant Helm Chart - Default storage is set to 10Gi. CPU/memory requirements vary based on vectors, dimensions, payloads, and replication configuration per the official documentation.

LiteLLM

  • CPU: 4 cores (from official production requirements)
  • Memory: 8 GB (from official production requirements)
  • Storage: 10 GB (conservative estimate)

Source: LiteLLM Deployment Documentation states that "Production requires at least 4 CPU cores and 8 GB RAM."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant