Skip to main content

Virtual Environment Setup

setup.sh

Environment Setup

The .env file is created when you download your agent code:
This downloads your agent code from the platform with the .env file pre-configured with your keys.
knowledge_base_example.py

How to Run

knowledge_base_example.py
This example shows automatic PDF document parsing and text extraction, vector embeddings creation for semantic search, and Retrieval-Augmented Generation where the agent searches the knowledge base for relevant information and integrates retrieved content seamlessly into LLM responses for enhanced accuracy.

Production Deployment

For creating and deploying agents to production, see the Setup and Deployment Guide.