multiwoven-integrations 0.24.1 → 0.24.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad60cb551af1e7779f94369ba8696ca3057b197a4eeff5593fab09b78c12441a
4
- data.tar.gz: 42097886868c03c1a5f3454c07b487565e7c16df906810aca5528141a3de8584
3
+ metadata.gz: d21b3c70143662911799cd4ff9346b0e81474c5cb4d75b88246cd20d525d362e
4
+ data.tar.gz: c4870931157ff55a1018315151201924b321c71bed80577ba70494a60510cabd
5
5
  SHA512:
6
- metadata.gz: 23f17dd48e50c6cff237592f8d43b2ac5eafc120b89482ff346d0c0fee7451b21a460b37a3e2ac81a6092c5cea0ee55bce8febfdad69e1516deaf7c88a81bc59
7
- data.tar.gz: 51441d50a9bc79fec30d1ee98c108b27fbb9f2b36fe8199de919d266a111682162873d8da53eddd37244b2b3d51b8ccb2ef143eae97e118e6d8a6beb58a14b54
6
+ metadata.gz: 517a3d55c3b6d766ccbb99f7d6ed55778044800a6371047911ef06af58c82f531ba55a40d191b8d216806b07e3a44f78435fd53f5cd0a7fdc015b2831d86a748
7
+ data.tar.gz: bc9fb530ac0cc34e3828a0993e380c90b8d9469ea05fbbf994e2d80b49062fc5cf8d3a10cb7f8a9181bc604756a93a6d3dca97a4373f3b96c9ad7b2c75819505
@@ -6,7 +6,7 @@
6
6
  "$schema": "http://json-schema.org/draft-07/schema#",
7
7
  "title": "Pinecone DB",
8
8
  "type": "object",
9
- "required": ["api_key", "region", "index_name", "model", "namespace"],
9
+ "required": ["api_key", "region", "index_name"],
10
10
  "properties": {
11
11
  "api_key": {
12
12
  "type": "string",
@@ -26,19 +26,6 @@
26
26
  "title": "Index Name",
27
27
  "description": "The name of the Pinecone index where vectors will be written.",
28
28
  "order": 2
29
- },
30
- "model": {
31
- "type": "string",
32
- "title": "Model",
33
- "enum": ["multilingual-e5-large", "llama-text-embed-v2", "pinecone-sparse-english-v0"],
34
- "description": "The embedding model used to convert text into vector representations.",
35
- "order": 3
36
- },
37
- "namespace": {
38
- "type": "string",
39
- "title": "Namespace",
40
- "description": "The namespace within the index for logical separation of data.",
41
- "order": 4
42
29
  }
43
30
  }
44
31
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.24.1"
5
+ VERSION = "0.24.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.1
4
+ version: 0.24.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-12 00:00:00.000000000 Z
11
+ date: 2025-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport