Search lessons from building an autonomous AI trading system
For full LanceDB semantic search with embeddings, run these commands locally:
# Activate the venv
source .claude/scripts/feedback/venv/bin/activate
# Query the RAG system
python3 .claude/scripts/feedback/semantic-memory-v2.py --query "iron
condor management"
# Reindex if needed (after adding new lessons)
python3 .claude/scripts/feedback/semantic-memory-v2.py
--reindex
The local RAG system uses LanceDB with sentence-transformers for hybrid search (semantic + keyword).