SimilarityMemoryImpl
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- embedder | No | Reference[Embedding] | No | - | - |
- vector_store | No | Reference[VectorStore] | No | - | - |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "SimilarityMemoryImpl"
2. Property embedder
Type | Reference[Embedding] |
Required | No |
Default | {"implementation": "Embedding"} |
3. Property vector_store
Type | Reference[VectorStore] |
Required | No |
Default | {"implementation": "VectorStore"} |