- Step1: Clone the GitHub repository and install dependencies via npm or yarn.
- Step2: Configure environment variables with your LLM and vector store API keys.
- Step3: Run the development server using npm run dev or yarn dev.
- Step4: Open the Playground UI in your browser at the local address.
- Step5: Select or connect to a vector store and upload your document corpus.
- Step6: Define prompt templates, retrieval parameters, and LLM backend settings.
- Step7: Send queries, review real-time logs and adjust thresholds or ranking methods.
- Step8: Export the configured pipeline as code snippets or a reproducible project.