cs-models 0.0.631__py3-none-any.whl → 0.0.632__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cs-models might be problematic. Click here for more details.

@@ -5,6 +5,7 @@ from sqlalchemy import (
5
5
  DateTime,
6
6
  ForeignKey,
7
7
  Text,
8
+ Boolean,
8
9
  )
9
10
  from datetime import datetime
10
11
 
@@ -24,6 +25,7 @@ class UserDocumentChunkModel(Base):
24
25
  chunk_text = Column(Text, nullable=False)
25
26
  chunk_embedding = Column(Text, nullable=False)
26
27
  embedding_source = Column(String(50), nullable=False)
28
+ is_deleted = Column(Boolean, nullable=True)
27
29
  updated_at = Column(
28
30
  DateTime,
29
31
  nullable=False,
@@ -14,4 +14,5 @@ class UserDocumentChunkResourceSchema(Schema):
14
14
  chunk_text = fields.String(required=True)
15
15
  chunk_embedding = fields.String(required=True)
16
16
  embedding_source = fields.String(required=True)
17
+ is_deleted = fields.Boolean(allow_none=True)
17
18
  updated_at = fields.DateTime(dump_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.631
3
+ Version: 0.0.632
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -879,8 +879,8 @@ cs_models/resources/UserDocument/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
879
879
  cs_models/resources/UserDocument/models.py,sha256=lEM3H61s1o01JoE_A1alN2hsUtPA3wSvDxmBQ7HA-8o,1154
880
880
  cs_models/resources/UserDocument/schemas.py,sha256=0xMZYKWxF8XkrAicb2kZ31t2Y6Qq_DFK7wrp-cAxp9c,770
881
881
  cs_models/resources/UserDocumentChunk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
882
- cs_models/resources/UserDocumentChunk/models.py,sha256=fgw8l03LS-5Op_gBSH1TihlPU3Ajyv9qQpWLJ5SuUao,886
883
- cs_models/resources/UserDocumentChunk/schemas.py,sha256=eAgurO2bJJGVdM09riXHr40qdcAft03Yk_P87ltkTW8,522
882
+ cs_models/resources/UserDocumentChunk/models.py,sha256=pqJlwP5nav1WxL3PiJs1fkguDop5CA4xY3rOS90PWRA,947
883
+ cs_models/resources/UserDocumentChunk/schemas.py,sha256=JnfK4a8D4moyFke3dPLVlrtqO3YcAuq0SrM1BBiXr_c,571
884
884
  cs_models/resources/UserDocumentCompany/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
885
885
  cs_models/resources/UserDocumentCompany/models.py,sha256=f7A0qKey1CfGrb2_SvM4k6K6HGHr1KZN12QxSYvD1U4,995
886
886
  cs_models/resources/UserDocumentCompany/schemas.py,sha256=JwQQ4O8VvJziMai78xHNO97Z8y-xgM8HMUsId-2hBWA,1191
@@ -1039,7 +1039,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1039
1039
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1040
1040
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1041
1041
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1042
- cs_models-0.0.631.dist-info/METADATA,sha256=Qy2x81MlhAxm_N93MLF9J3NJH95cVVRJ0z8-GaCbn4o,792
1043
- cs_models-0.0.631.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1044
- cs_models-0.0.631.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1045
- cs_models-0.0.631.dist-info/RECORD,,
1042
+ cs_models-0.0.632.dist-info/METADATA,sha256=XGYlJE3M20VpygDT297zzwFHQ9PBi76mRyMFz0OE6QI,792
1043
+ cs_models-0.0.632.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1044
+ cs_models-0.0.632.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1045
+ cs_models-0.0.632.dist-info/RECORD,,