LogoLogo
Home
  • Introduction
  • Quickstart
    • Starter guide
    • Core Concepts
      • Stack Type
      • Data Loader
      • Inputs/Outputs
      • Text Splitters
      • Embedding Model
      • Vector Store
      • Large Language Model
      • Memory
      • Chain
    • Testing Stack
    • Deployment
    • Knowledge Base
    • Organization and Teams
    • Secret Keys
    • Logs
  • Components
    • Inputs
    • Outputs
    • Document Loaders
    • Prompts
    • Text Splitters
    • Embeddings
    • Vector Store
    • Retrievers
    • Multi Modals
    • Agents
    • Large Language Models
    • Memories
    • Chains
    • Output Parsers
  • Customization
    • Writing Custom Components in GenAI Stack
    • Build your own custom component
    • Define parameters used for required components
  • Usecases
    • Simple QA using Open Source Large Language Models
    • Multilingual Indic Language Translation
    • Document Search and Chat
    • Chat with Multiple Documents
  • Terminologies
    • RAG - Retrieval Augmented Generation
    • Hybrid Search - Ensemble Retriever
  • REST APIs
    • GenAI Stack REST APIs
    • Chat API Reference
    • Text Generation API Reference
    • Rate Limiting and Sleep Mode
  • Troubleshooting
    • How to verify what is loaded and chunked from the loader?
  • Acknowledgements
    • Special Mentions
Powered by GitBook
On this page
  • Build Stack
  • Chat Interface

Was this helpful?

  1. Quickstart

Testing Stack

PreviousChainNextDeployment

Last updated 1 year ago

Was this helpful?

Build Stack

After ensuring proper connection of all components, initiate the stack by clicking on the run icon (⚡) to compile the connections.

Build Stack

Upon a successful build, navigate to the chat icon to commence interaction.

Chat Interface

GenAI Stack's chat interface provides a user-friendly experience and functionality to interact with the model and customize the prompt. The sidebar brings options that allow users to view and edit pre-defined prompt variables(query). This feature facilitates quick experimentation by enabling the modification of variable values right in the chat.

To see the full details of the prompt in the format it was originally submitted, simply click on "Display Prompt." This option allows you to view the prompt in its exact original structure.

Feel free to thoroughly test your stack by asking as many questions as possible before proceeding to deploy and share the application with others.

Interact with your stack