multiwoven-integrations 0.29.0 → 0.29.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.
- checksums.yaml +4 -4
- data/lib/multiwoven/integrations/rollout.rb +1 -1
- data/lib/multiwoven/integrations/source/pinecone_db/config/meta.json +1 -1
- data/lib/multiwoven/integrations/source/pinecone_db/config/spec.json +3 -3
- data/lib/multiwoven/integrations/source/qdrant/config/meta.json +1 -1
- data/lib/multiwoven/integrations/source/qdrant/config/spec.json +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61efa047be9009c6caba7c4e7cadde86454e61e193c2a641d0f68c05dc807a7a
|
4
|
+
data.tar.gz: fcab50ec033298e5d983a247a5f631649df789b82adacfd10b44ada2d0f6cef6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e91cf290679f5bd8ede4251562d8ec04c9b1a6f0a7b137587ddb48048a1a4406514c20f9f263f9fad94b281ab07f26cc5d4e44393e89617b666d3693366fc4e9
|
7
|
+
data.tar.gz: 696599dd7fe27266d719ffaaa20b004b7173a8af57c55211846ac41651cf370a7d940988ab2287d2aaea3183ccd6b754a93869e1482fd4508c30bafc25197d59
|
@@ -4,7 +4,7 @@
|
|
4
4
|
"title": "Pinecone DB",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Database",
|
7
|
-
"documentation_url": "https://docs.squared.ai/
|
7
|
+
"documentation_url": "https://docs.squared.ai/activation/vector_search/pinecone_db",
|
8
8
|
"github_issue_label": "source-pinecone-db",
|
9
9
|
"icon": "icon.svg",
|
10
10
|
"license": "MIT",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"documentation_url": "https://docs.squared.ai/
|
3
|
-
"stream_type": "
|
2
|
+
"documentation_url": "https://docs.squared.ai/activation/vector_search/pinecone_db",
|
3
|
+
"stream_type": "user_defined",
|
4
4
|
"connector_query_type": "vector_search",
|
5
5
|
"connection_specification": {
|
6
6
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"namespace": {
|
28
28
|
"type": "string",
|
29
|
-
"title": "
|
29
|
+
"title": "Namespace",
|
30
30
|
"order": 3
|
31
31
|
}
|
32
32
|
}
|
@@ -4,7 +4,7 @@
|
|
4
4
|
"title": "Qdrant",
|
5
5
|
"connector_type": "source",
|
6
6
|
"category": "Database",
|
7
|
-
"documentation_url": "https://docs.squared.ai/
|
7
|
+
"documentation_url": "https://docs.squared.ai/activation/vector_search/qdrant",
|
8
8
|
"github_issue_label": "source-qdrant",
|
9
9
|
"icon": "icon.svg",
|
10
10
|
"license": "MIT",
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"documentation_url": "https://docs.squared.ai/
|
2
|
+
"documentation_url": "https://docs.squared.ai/activation/vector_search/qdrant",
|
3
3
|
"stream_type": "user_defined",
|
4
4
|
"connector_query_type": "vector_search",
|
5
5
|
"connection_specification": {
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"properties": {
|
11
11
|
"host": {
|
12
12
|
"type": "string",
|
13
|
-
"title": "
|
13
|
+
"title": "Host",
|
14
14
|
"order": 0
|
15
15
|
},
|
16
16
|
"api_key": {
|
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.29.
|
4
|
+
version: 0.29.1
|
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-06-
|
11
|
+
date: 2025-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|