File tree Expand file tree Collapse file tree 3 files changed +2
-22
lines changed
Expand file tree Collapse file tree 3 files changed +2
-22
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-1b6cd6c57e230bc5617bbd9254d398be2de82b53ac322e4b1f5ce7919c363a7a .yml
3- openapi_spec_hash : 648ea9cf317c8475130b2e7dda631085
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-9fef3190aa1bc09eae4b4692625cb25f47012175cca9fcf65a4cc671c71dd542 .yml
3+ openapi_spec_hash : f45918fd16da99a6c8dd94f48547bbc5
44config_hash : 4bcc46df5333a2be6812a59a40afdb5e
Original file line number Diff line number Diff line change @@ -67,16 +67,6 @@ 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-
72- summary_embedding_model : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModel" , default = None )
73-
74- summary_embedding_model_hv : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelHv" , default = None )
75-
76- summary_embedding_model_new : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelNew" , default = None )
77-
78- summary_embedding_new : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingNew" , default = None )
79-
8070 title : Optional [str ] = None
8171 """Title of the document"""
8272
Original file line number Diff line number Diff line change @@ -67,16 +67,6 @@ 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-
72- summary_embedding_model : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModel" , default = None )
73-
74- summary_embedding_model_hv : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelHv" , default = None )
75-
76- summary_embedding_model_new : Optional [str ] = FieldInfo (alias = "summaryEmbeddingModelNew" , default = None )
77-
78- summary_embedding_new : Optional [List [float ]] = FieldInfo (alias = "summaryEmbeddingNew" , default = None )
79-
8070 title : Optional [str ] = None
8171 """Title of the document"""
8272
You can’t perform that action at this time.
0 commit comments