Skald provides a plug-and-play API to quickly deploy and configure a production-ready RAG engine within your infrastructure.
Skald is an open-source platform that delivers a production-grade RAG engine for your infrastructure, managing both document ingestion (parsing, chunking, embedding) and retrieval (query rewriting, vector search, LLM chat, source referencing). Developers can customize components like vector search parameters and reranking models, and interact with the system using SDKs (e.g., `skald-sdk` for Python, `@skald-labs/skald-node` for Node.js) or the `@skald-labs/cli`. It's designed for self-hosted deployment and enables direct evaluation of RAG performance.
Skald provides a plug-and-play API to quickly deploy and configure a production-ready RAG engine within your infrastructure.
Developers who need to quickly deploy and customize a RAG system for AI applications in their own infrastructure should use Skald.