[Redis]: Vector database added. (#2032)

This commit is contained in:
Mayank
2024-11-20 17:12:16 +05:30
committed by GitHub
parent 13374a12e9
commit 5ab09ffd5a
7 changed files with 311 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ class VectorStoreConfig(BaseModel):
"pgvector": "PGVectorConfig",
"milvus": "MilvusDBConfig",
"azure_ai_search": "AzureAISearchConfig",
"redis": "RedisDBConfig",
}
@model_validator(mode="after")