@massa-ai/core 1.38.0 → 1.40.1

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.
@@ -414,6 +414,15 @@ exports.Prisma.VectorDocument4096ScalarFieldEnum = {
414
414
  updatedAt: 'updatedAt'
415
415
  };
416
416
 
417
+ exports.Prisma.VectorDocument2560ScalarFieldEnum = {
418
+ id: 'id',
419
+ projectId: 'projectId',
420
+ content: 'content',
421
+ metadata: 'metadata',
422
+ createdAt: 'createdAt',
423
+ updatedAt: 'updatedAt'
424
+ };
425
+
417
426
  exports.Prisma.IndexJobScalarFieldEnum = {
418
427
  jobId: 'jobId',
419
428
  projectId: 'projectId',
@@ -585,6 +594,7 @@ exports.Prisma.ModelName = {
585
594
  VectorDocument3072: 'VectorDocument3072',
586
595
  VectorDocumentLegacy: 'VectorDocumentLegacy',
587
596
  VectorDocument4096: 'VectorDocument4096',
597
+ VectorDocument2560: 'VectorDocument2560',
588
598
  IndexJob: 'IndexJob',
589
599
  ScheduledJob: 'ScheduledJob',
590
600
  SynapseSession: 'SynapseSession',