mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 06:36:37 +00:00
- 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>
12 lines
478 B
Text
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
|