mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
format bullet points (#1734)
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
This commit is contained in:
@@ -12,9 +12,11 @@ Knowledge in CrewAI is a powerful system that allows AI agents to access and uti
|
|||||||
Think of it as giving your agents a reference library they can consult while working.
|
Think of it as giving your agents a reference library they can consult while working.
|
||||||
|
|
||||||
<Info>
|
<Info>
|
||||||
Key benefits of using Knowledge: - Enhance agents with domain-specific
|
Key benefits of using Knowledge:
|
||||||
information - Support decisions with real-world data - Maintain context across
|
- Enhance agents with domain-specific information
|
||||||
conversations - Ground responses in factual information
|
- Support decisions with real-world data
|
||||||
|
- Maintain context across conversations
|
||||||
|
- Ground responses in factual information
|
||||||
</Info>
|
</Info>
|
||||||
|
|
||||||
## Supported Knowledge Sources
|
## Supported Knowledge Sources
|
||||||
@@ -23,10 +25,14 @@ CrewAI supports various types of knowledge sources out of the box:
|
|||||||
|
|
||||||
<CardGroup cols={2}>
|
<CardGroup cols={2}>
|
||||||
<Card title="Text Sources" icon="text">
|
<Card title="Text Sources" icon="text">
|
||||||
- Raw strings - Text files (.txt) - PDF documents
|
- Raw strings
|
||||||
|
- Text files (.txt)
|
||||||
|
- PDF documents
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="Structured Data" icon="table">
|
<Card title="Structured Data" icon="table">
|
||||||
- CSV files - Excel spreadsheets - JSON documents
|
- CSV files
|
||||||
|
- Excel spreadsheets
|
||||||
|
- JSON documents
|
||||||
</Card>
|
</Card>
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|
||||||
@@ -300,14 +306,14 @@ recent_news = SpaceNewsKnowledgeSource(
|
|||||||
|
|
||||||
<AccordionGroup>
|
<AccordionGroup>
|
||||||
<Accordion title="Content Organization">
|
<Accordion title="Content Organization">
|
||||||
- Keep chunk sizes appropriate for your content type - Consider content
|
- Keep chunk sizes appropriate for your content type
|
||||||
overlap for context preservation - Organize related information into
|
- Consider content overlap for context preservation
|
||||||
separate knowledge sources
|
- Organize related information into separate knowledge sources
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
<Accordion title="Performance Tips">
|
<Accordion title="Performance Tips">
|
||||||
- Adjust chunk sizes based on content complexity - Configure appropriate
|
- Adjust chunk sizes based on content complexity
|
||||||
embedding models - Consider using local embedding providers for faster
|
- Configure appropriate embedding models
|
||||||
processing
|
- Consider using local embedding providers for faster processing
|
||||||
</Accordion>
|
</Accordion>
|
||||||
</AccordionGroup>
|
</AccordionGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user