File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 26
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-2091b697eac6eb77423744c42a9ca703a0f22d10df340f7b5803ed49cc52273f .yml
3- openapi_spec_hash : 0d17fed9af68bed3e4f6060591ff1917
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-1b6cd6c57e230bc5617bbd9254d398be2de82b53ac322e4b1f5ce7919c363a7a .yml
3+ openapi_spec_hash : 648ea9cf317c8475130b2e7dda631085
44config_hash : 4bcc46df5333a2be6812a59a40afdb5e
Original file line number Diff line number Diff line change @@ -67,8 +67,12 @@ class DocumentGetResponse(BaseModel):
6767 summary : Optional [str ] = None
6868 """Summary of the document content"""
6969
70+ summary_embedding_hv : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingHv" , default = None )
71+
7072 summary_embedding_model : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModel" , default = None )
7173
74+ summary_embedding_model_hv : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelHv" , default = None )
75+
7276 summary_embedding_model_new : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelNew" , default = None )
7377
7478 summary_embedding_new : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingNew" , default = None )
Original file line number Diff line number Diff line change @@ -67,8 +67,12 @@ class MemoryGetResponse(BaseModel):
6767 summary : Optional [str ] = None
6868 """Summary of the document content"""
6969
70+ summary_embedding_hv : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingHv" , default = None )
71+
7072 summary_embedding_model : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModel" , default = None )
7173
74+ summary_embedding_model_hv : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelHv" , default = None )
75+
7276 summary_embedding_model_new : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelNew" , default = None )
7377
7478 summary_embedding_new : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingNew" , default = None )
You can’t perform that action at this time.
0 commit comments