feat: Add Pinecone vector backend - #238
Conversation
- PRD: Programmable Memory & Learning Layer - DocType designs: Memory Record, Policy, Profile - Tech specs: Capture/Retrieval, Storage Architecture - Profiles: Travel Planning, Programming, Documentation - Implementation plan and project tracking
TODO before this PR is taken up: align with the HUF knowledge-backend standardSince this PR was opened, HUF adopted a cross-backend standard in PR #280 (pgvector + generic
The relevant integration package is See the cross-backend standardization plan (audited alongside PR #280), P2 item reconcile historical vector backends. This PR is likely salvage-and-rewrite rather than merge-as-is: the index-name sanitization and test cases are useful input, but the backend file, registration approach, and config model should be rebuilt to the new contract. |
|
Closing as stale / re-scoped. The knowledge-backend architecture has standardised on the #280 → #406 → #434 line: A backend from this PR can be revived as a small contract-compliant implementation (see |
Summary
Adds Pinecone vector backend using LlamaIndex adapter.
Implementation
Files
Dependencies
Optional: llama-index-vector-stores-pinecone
Related
Tier 2 backend for cloud-first, serverless deployments.