Alejandro AO
AI Systems Engineer & Creator
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Alejandro AO. Every entry undergoes editorial source verification.
Production RAG Pipeline with LangChain, Pinecone, and Python
Step-by-step engineering walkthrough demonstrating document chunking strategies, embedding generation, vector similarity search, and context injection with evaluation metrics.
Chunking strategies require domain-specific tuning for dense tabular or nested documents.
Ask-My-PDF and Enterprise Chatbot Repositories
Authored open-source repositories with thousands of stars demonstrating end-to-end full-stack PDF retrieval chat interfaces using Streamlit, FastAPI, and LangChain.
In-memory vector indexing with FAISS is bounded by container RAM on multi-gigabyte document sets.