Merge branch 'master' into feature/weaviate-memory

This commit is contained in:
cs0lar
2023-04-13 06:23:36 +01:00
16 changed files with 93 additions and 23 deletions

View File

@@ -56,6 +56,7 @@ def get_memory(cfg, init=False):
def get_supported_memory_backends():
return supported_memory
__all__ = [
"get_memory",
"LocalCache",