Supported Providers & Preferences
Scoutline is engineered to work with a range of high-performance vector stores, whether hosted on-premise or in your private cloud.Weaviate (Self-Hosted Recommended)
An open-source, modular vector database designed for high-density AI applications.- Port:
8080(HTTP) /50051(gRPC) - Key Feature: Native semantic search and easy horizontal scaling.
Pinecone (Private Cloud Managed)
A managed vector database for firms prioritizing zero-maintenance infrastructure.- Key Feature: Fully managed service with global availability.
- Environment: Cloud-only (requires outbound connectivity to Pinecone).
ChromaDB (Developer Favorite)
A lightweight, open-source embedding database prioritized for developer velocity and rapid testing.- Key Feature: Simple API and fast local setup for Sandbox environments.
AWS Aurora (pgvector)
For firms already centralized on AWS, Aurora with thepg_vector extension provides a powerful relational + vector hybrid.
- Key Feature: Unified management of case metadata and semantic embeddings within the same RDS perimeter.
Memory Hardening
Thesc-agent service handles the generation of embeddings locally, ensuring your document vectors never leave your private perimeter. All vector store connections must be encrypted via TLS if the database resides outside the local VPC/Docker network.