cs-models 0.0.798__py3-none-any.whl → 0.0.799__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.

@@ -15,7 +15,7 @@ class PromptIndicesModel(Base):
15
15
  id = Column(Integer, primary_key=True)
16
16
  prompt_index = Column(String(128), nullable=False)
17
17
  text = Column(Text, nullable=False)
18
- metadata = Column(Text, nullable=False)
18
+ metadatas = Column(Text, nullable=False)
19
19
  vector = Column(Text, nullable=False)
20
20
  search_type = Column(String(50), nullable=True)
21
21
  updated_at = Column(
@@ -11,7 +11,7 @@ class PromptIndicesSchema(Schema):
11
11
  id = fields.Integer(dump_only=True)
12
12
  prompt_index = fields.String(required=True)
13
13
  text = fields.String(required=True)
14
- metadata = fields.String(required=True)
14
+ metadatas = fields.String(required=True)
15
15
  vector = fields.String(required=True)
16
16
  search_type = fields.String(allow_none=True)
17
17
  updated_at = fields.DateTime()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.798
3
+ Version: 0.0.799
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -854,8 +854,8 @@ cs_models/resources/ProductReview/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
854
854
  cs_models/resources/ProductReview/models.py,sha256=YMSKz_F4GnPgOVIcuS1jQmAj6axzBaF6ZF6Lh_gEBlY,1504
855
855
  cs_models/resources/ProductReview/schemas.py,sha256=T03rEXc3DhqKWbg3E-cQjvbKmL23fkjC2zkLLrz7D-Y,1539
856
856
  cs_models/resources/PromptIndices/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
857
- cs_models/resources/PromptIndices/models.py,sha256=CFVeLaAJJSEjqXa9hOe4hOtcpaA9MAD3zrW8d84gB-M,767
858
- cs_models/resources/PromptIndices/schemas.py,sha256=NQTxEftLn0cidlnoMskcc9LVtpMj6vZ6RoZmL_bYGc0,472
857
+ cs_models/resources/PromptIndices/models.py,sha256=j9VTw4-3Sjeb-E7M5MY5i_B33XUzAX_Bq9skDaS3gKU,768
858
+ cs_models/resources/PromptIndices/schemas.py,sha256=Lx_svNTGX_EMjTW5MVxzf0nazaXh-W5H5TJqeueyijs,473
859
859
  cs_models/resources/Pubmed/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
860
860
  cs_models/resources/Pubmed/models.py,sha256=1eNkNLrubgkHdEkqJSbFYQgpThF9Q_YPGZ4W32PDhTI,1829
861
861
  cs_models/resources/Pubmed/schemas.py,sha256=CM4fQV6UGC9r7iJsKciSPexqBOq8H4Z_PTLryq7XTqg,1922
@@ -1294,7 +1294,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1294
1294
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1295
1295
  cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
1296
1296
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1297
- cs_models-0.0.798.dist-info/METADATA,sha256=agyczq8c6kWgBADwnnkN39zhwYZtUToU_872zXNi1no,751
1298
- cs_models-0.0.798.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1299
- cs_models-0.0.798.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1300
- cs_models-0.0.798.dist-info/RECORD,,
1297
+ cs_models-0.0.799.dist-info/METADATA,sha256=Kypea9Li7SUwuidv9qHJhRCZc-G48fZ4MbP6BN51G8Y,751
1298
+ cs_models-0.0.799.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1299
+ cs_models-0.0.799.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1300
+ cs_models-0.0.799.dist-info/RECORD,,