The Functions with Python sample Foundry app is a community-driven, open source project which serves as an example of an app which can be built using CrowdStrike's Foundry ecosystem.
Enterprise RAG System ├─ Document Processing Pipeline │ ├─ Multi-format parsing │ ├─ Intelligent chunking │ └─ Vector embeddings ├─ Storage Layer │ ├─ PostgreSQL (metadata) │ ├─ ChromaDB (vectors) │ ...