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.
- cs_models/resources/PromptIndices/models.py +1 -1
- cs_models/resources/PromptIndices/schemas.py +1 -1
- {cs_models-0.0.798.dist-info → cs_models-0.0.799.dist-info}/METADATA +1 -1
- {cs_models-0.0.798.dist-info → cs_models-0.0.799.dist-info}/RECORD +6 -6
- {cs_models-0.0.798.dist-info → cs_models-0.0.799.dist-info}/WHEEL +0 -0
- {cs_models-0.0.798.dist-info → cs_models-0.0.799.dist-info}/top_level.txt +0 -0
|
@@ -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
|
-
|
|
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
|
-
|
|
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()
|
|
@@ -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=
|
|
858
|
-
cs_models/resources/PromptIndices/schemas.py,sha256=
|
|
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.
|
|
1298
|
-
cs_models-0.0.
|
|
1299
|
-
cs_models-0.0.
|
|
1300
|
-
cs_models-0.0.
|
|
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,,
|
|
File without changes
|
|
File without changes
|