From 794574957ea01075e011062f81e1b309774954eb Mon Sep 17 00:00:00 2001 From: Sir Qasim Date: Thu, 20 Mar 2025 21:54:17 +0500 Subject: [PATCH] Add note to create ./knowldge folder for source file management (#2297) This update includes a note in the documentation instructing users to create a ./knowldge folder. All source files (such as .txt, .pdf, .xlsx, .json) should be placed in this folder for centralized management. This change aims to streamline file organization and improve accessibility across projects. Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com> --- docs/concepts/knowledge.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/concepts/knowledge.mdx b/docs/concepts/knowledge.mdx index 13a875409..ae74ee50a 100644 --- a/docs/concepts/knowledge.mdx +++ b/docs/concepts/knowledge.mdx @@ -150,6 +150,8 @@ result = crew.kickoff( Here are examples of how to use different types of knowledge sources: +Note: Please ensure that you create the ./knowldge folder. All source files (e.g., .txt, .pdf, .xlsx, .json) should be placed in this folder for centralized management. + ### Text File Knowledge Source ```python from crewai.knowledge.source.text_file_knowledge_source import TextFileKnowledgeSource