14 lines
332 B
YAML
14 lines
332 B
YAML
name: pinecone-openapi-agent
|
|
version: 2025-04
|
|
entrypoint: agent:PineconeOpenapiAgent
|
|
description: Vector database data-plane API for records, vectors, namespaces, search,
|
|
and fetch operations.
|
|
runtime:
|
|
resources:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
egress:
|
|
allow_hosts:
|
|
- '{index_host}'
|
|
deny_internet_by_default: true
|