@smythos/sre 1.5.13 → 1.5.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -90,8 +90,8 @@ The gateway to the outside world. It provides a set of unified connector interfa
90
90
 
91
91
  | Service | Purpose | Example Connectors |
92
92
  | ------------ | -------------------------- | -------------------- |
93
- | **Storage** | File & data persistence | `Local`, `S3` |
94
- | **VectorDB** | Vector storage & retrieval | `Pinecone`, `Chroma` |
93
+ | **Storage** | File & data persistence | `LocalStorage`, `S3` |
94
+ | **VectorDB** | Vector storage & retrieval | `Pinecone`, `Milvus` |
95
95
  | **Log** | Activity & debug logging | `Console` |
96
96
  | **NKV** | Key-value storage | `Redis`, `RAM` |
97
97