mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-24 16:34:24 +01:00
added factory tests
This commit is contained in:
@@ -8,4 +8,6 @@ class MemoryFactory:
|
||||
return PineconeMemory()
|
||||
|
||||
if mem_type == 'weaviate':
|
||||
return WeaviateMemory()
|
||||
return WeaviateMemory()
|
||||
|
||||
raise ValueError('Unknown memory provider')
|
||||
Reference in New Issue
Block a user