We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd2479 commit f7d5979Copy full SHA for f7d5979
.dockerignore
@@ -36,11 +36,11 @@ ai_platform_engineering/agents/*/__main__.py
36
# Exclude other heavy directories
37
ai_platform_engineering/evaluation/**
38
ai_platform_engineering/cli/**
39
-ai_platform_engineering/knowledge_bases/*
+
40
# This line ensures that all files under ai_platform_engineering/knowledge_bases/rag/clients/ are NOT ignored by Docker.
41
# In other words, it includes the entire rag/clients directory (and all its subdirectories/files) in the Docker build context,
42
# even if a previous ignore pattern would have excluded it.
43
-!ai_platform_engineering/knowledge_bases/rag/agent_rag/src/agent_rag/clients/**
+!ai_platform_engineering/knowledge_bases/*
44
45
volumes/**
46
docs/**
0 commit comments