We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02ea60 + 9d09fe1 commit fdc32a7Copy full SHA for fdc32a7
.dockerignore
@@ -40,7 +40,8 @@ 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/clients/**
+!ai_platform_engineering/knowledge_bases/rag/agent_rag/src/agent_rag/clients/**
44
+
45
volumes/**
46
docs/**
47
workshop/**
0 commit comments