ruvector/examples/apify/ruvector-postgres/.env.example
rUv c1f89de337 feat(apify): Add AI Synthetic Data Generator with MCP & Actor Integration
- Add agentic-synth actor with TRM/SONA self-learning
- Integrate 13 popular Apify scrapers for data grounding
- Add 6 use case templates (lead-intelligence, competitor-monitor, etc.)
- Include MCP server for AI agent integration
- Add comprehensive README with tutorials and SEO optimization
- Support generate/integrate/template modes
- Add webhook and embedding generation support

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-13 16:27:54 +00:00

12 lines
478 B
Text

# RuVector PostgreSQL Actor - Environment Variables
# Copy this file to .env and fill in your values
# Apify API Token (get from https://console.apify.com/account/integrations)
# Note: This actor uses APIFY_API_TOKEN from the root .env file
# APIFY_API_TOKEN=your_apify_api_token_here
# PostgreSQL Connection (for local testing)
DATABASE_URL=postgresql://postgres:secret@localhost:5432/postgres
# Optional: Override default embedding model
# EMBEDDING_MODEL=all-MiniLM-L6-v2