We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173251 commit 1363815Copy full SHA for 1363815
python/semantic_kernel/connectors/memory/postgres/postgres_store.py
@@ -67,7 +67,7 @@ def get_collection(
67
db_schema=self.db_schema,
68
collection_name=collection_name,
69
data_model_type=data_model_type,
70
- # data model definition will be validatedin the collection
+ # data model definition will be validated in the collection
71
data_model_definition=data_model_definition, # type: ignore
72
**kwargs,
73
)
0 commit comments