Skip to content

Commit

Permalink
Merge pull request #120 from eltociear/patch-2
Browse files Browse the repository at this point in the history
docs: update faq.md
  • Loading branch information
cornelcroi authored Nov 29, 2024
2 parents 91ed6cb + ef46f0c commit 97b5e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/general/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Yes, the system is designed for seamless deployment as an AWS Lambda function. F

##### What storage options are available for conversation history?

The Multi-Agent Orchestrator framwork supports multiple storage options:
The Multi-Agent Orchestrator framework supports multiple storage options:
- [In-Memory storage](/multi-agent-orchestrator/storage/in-memory): Default option, great for development and testing.
- [DynamoDB storage](/multi-agent-orchestrator/storage/dynamodb): For persistent storage in production environments.
- [Custom storage](/multi-agent-orchestrator/storage/custom): Developers can implement their own storage solutions by extending the `ChatStorage` class.
Expand Down

0 comments on commit 97b5e90

Please sign in to comment.