AI Agent Memory Systems Engineer
An AI Agent Memory Systems Engineer designs and builds the persistent memory layers that allow autonomous AI agents to retain cont…
Skill Guide
The specialized engineering discipline of designing, deploying, and optimizing systems that store, index, and query high-dimensional vector embeddings for similarity search, using purpose-built databases (Pinecone, Weaviate, Qdrant) and PostgreSQL extensions (pgvector).
Scenario
Build a system where a user can ask a natural language question and get relevant paragraphs from a collection of PDF research papers.
Scenario
Improve product search for an online store by combining traditional keyword matching with semantic understanding of product descriptions and user queries.
Scenario
Design and implement a vector database platform that serves multiple internal teams (e.g., Search, Recommendations, Fraud Detection) with strict data isolation, variable QPS, and aggressive cost controls.
Pinecone: Fully managed, low-ops, ideal for startups and rapid prototyping. Weaviate: Open-source, strong for hybrid search and modules for auto-vectorization. Qdrant: High-performance, open-source, excellent for filtered search and advanced payloads. pgvector: PostgreSQL extension for teams already invested in Postgres; good for transactional + vector workloads, but scales differently than purpose-built databases.
OpenAI: High-quality generalist embeddings via API, simplest integration. Sentence-Transformers (SBERT): Open-source models for local, customizable, and cost-sensitive embedding generation. Cohere: Strong multilingual and search-optimized models. Hugging Face: The ecosystem for fine-tuning your own embedding models on domain-specific data.
ann-benchmarks/VectorDBBench: Standard suites for comparing ANN algorithm implementations across databases. pgvector `explain analyze`: Essential for understanding query plans and index usage in PostgreSQL. Database-specific configs (e.g., Weaviate's cache settings): Critical knobs for tuning memory vs. performance in production.
1 career found
Try a different search term.