Skip to content

Commit fdc32a7

Browse files
authored
Merge pull request #357 from cnoe-io/subbaksh-patch-1
fix: remove `knowledge-bases` .dockerignore
2 parents c02ea60 + 9d09fe1 commit fdc32a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ ai_platform_engineering/knowledge_bases/*
4040
# This line ensures that all files under ai_platform_engineering/knowledge_bases/rag/clients/ are NOT ignored by Docker.
4141
# In other words, it includes the entire rag/clients directory (and all its subdirectories/files) in the Docker build context,
4242
# even if a previous ignore pattern would have excluded it.
43-
!ai_platform_engineering/knowledge_bases/rag/clients/**
43+
!ai_platform_engineering/knowledge_bases/rag/agent_rag/src/agent_rag/clients/**
44+
4445
volumes/**
4546
docs/**
4647
workshop/**

0 commit comments

Comments
 (0)