Details on the Retrieval Augmented Generation pipeline, Ingestion, and Vector Search.
backend/ingest.py
docs/
models/text-embedding-004
physical_ai_book
python backend/ingest.py
qdrant-client
backend/utils/helpers.py
backend/personalization.py
software_background
hardware_background
We use a custom Agent class (backend/agents.py) that wraps the LLM calls, allowing for future expansion into multi-agent workflows.
Agent
backend/agents.py