We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b2f89 commit 4c4eba8Copy full SHA for 4c4eba8
1 file changed
README.md
@@ -77,12 +77,12 @@ This template requires two dependencies to run:
77
78
#### MongoDB
79
- **Purpose**: Primary database for storing application data
80
-- **Minimum Version**: 4.4+ (compatible with MongoDB.Driver 3.2.1)
+- **Minimum Version**: 4.4+
81
- **Download**: [MongoDB Community Server](https://www.mongodb.com/try/download/community)
82
83
#### QdrantDB
84
- **Purpose**: Vector database for AI chatbot features (optional)
85
-- **Minimum Version**: 1.7+ (compatible with Qdrant.Client 1.14.0)
+- **Minimum Version**: 1.7+
86
- **Download**: [Qdrant Vector Database](https://qdrant.tech/documentation/guides/installation/)
87
- **Note**: Only required if your application includes AI chatbot functionality
88
0 commit comments