WeaviateDB Integration (#2339)

This commit is contained in:
Parshva Daftari
2025-03-11 00:12:17 +05:30
committed by GitHub
parent 6e4fb22a7c
commit b89628322d
11 changed files with 626 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ class VectorStoreConfig(BaseModel):
"vertex_ai_vector_search": "GoogleMatchingEngineConfig",
"opensearch": "OpenSearchConfig",
"supabase": "SupabaseConfig",
"weaviate": "WeaviateConfig",
}
@model_validator(mode="after")