doc2vec 1.0.0

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.
package/config.yaml ADDED
@@ -0,0 +1,164 @@
1
+ # Doc2Vec Configuration
2
+ sources:
3
+ # GitHub Sources
4
+ - type: github
5
+ product_name: 'istio'
6
+ version: 'latest'
7
+ repo: 'istio/istio'
8
+ start_date: '2025-01-01'
9
+ max_size: 1048576
10
+ database_config:
11
+ type: 'sqlite'
12
+ params:
13
+ db_path: './istio-issues.db'
14
+
15
+ # Website Sources
16
+ - type: website
17
+ product_name: 'ambient'
18
+ version: 'latest'
19
+ url: 'https://ambientmesh.io/docs/'
20
+ max_size: 1048576
21
+ database_config:
22
+ type: 'sqlite'
23
+ params:
24
+ db_path: './ambient.db'
25
+
26
+ - type: website
27
+ product_name: 'argo'
28
+ version: 'latest'
29
+ url: 'https://argo-cd.readthedocs.io/en/stable/'
30
+ max_size: 1048576
31
+ database_config:
32
+ type: 'sqlite'
33
+ params:
34
+ db_path: './argo.db'
35
+
36
+ - type: website
37
+ product_name: 'argo-rollouts'
38
+ version: 'latest'
39
+ url: 'https://argoproj.github.io/argo-rollouts/installation/'
40
+ max_size: 1048576
41
+ database_config:
42
+ type: 'sqlite'
43
+ params:
44
+ db_path: './argo-rollouts.db'
45
+
46
+ - type: website
47
+ product_name: 'argo-rollouts'
48
+ version: 'latest'
49
+ url: 'https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/'
50
+ max_size: 1048576
51
+ database_config:
52
+ type: 'sqlite'
53
+ params:
54
+ db_path: './argo-rollouts.db'
55
+
56
+ - type: website
57
+ product_name: 'cilium'
58
+ version: 'latest'
59
+ url: 'https://docs.cilium.io/en/stable/'
60
+ max_size: 1048576
61
+ database_config:
62
+ type: 'sqlite'
63
+ params:
64
+ db_path: './cilium.db'
65
+
66
+ - type: website
67
+ product_name: 'gateway-api'
68
+ version: 'latest'
69
+ url: 'https://gateway-api.sigs.k8s.io/'
70
+ max_size: 1048576
71
+ database_config:
72
+ type: 'sqlite'
73
+ params:
74
+ db_path: './gateway-api.db'
75
+
76
+ - type: website
77
+ product_name: 'gloo-mesh-core'
78
+ version: 'latest'
79
+ url: 'https://docs.solo.io/gloo-mesh/latest/'
80
+ max_size: 1048576
81
+ database_config:
82
+ type: 'sqlite'
83
+ params:
84
+ db_path: './gloo-mesh-core.db'
85
+
86
+ - type: website
87
+ product_name: 'gloo-mesh-enterprise'
88
+ version: 'latest'
89
+ url: 'https://docs.solo.io/gloo-mesh-enterprise/latest/'
90
+ max_size: 1048576
91
+ database_config:
92
+ type: 'sqlite'
93
+ params:
94
+ db_path: './gloo-mesh-enterprise.db'
95
+
96
+ - type: website
97
+ product_name: 'gloo-edge'
98
+ version: 'latest'
99
+ url: 'https://docs.solo.io/gloo-edge/latest/'
100
+ max_size: 1048576
101
+ database_config:
102
+ type: 'sqlite'
103
+ params:
104
+ db_path: './gloo-edge.db'
105
+
106
+ - type: website
107
+ product_name: 'gloo-gateway'
108
+ version: 'latest'
109
+ url: 'https://docs.solo.io/gateway/latest/'
110
+ max_size: 1048576
111
+ database_config:
112
+ type: 'sqlite'
113
+ params:
114
+ db_path: './gloo-gateway.db'
115
+
116
+ - type: website
117
+ product_name: 'helm'
118
+ version: 'latest'
119
+ url: 'https://helm.sh/docs/'
120
+ max_size: 1048576
121
+ database_config:
122
+ type: 'sqlite'
123
+ params:
124
+ db_path: './helm.db'
125
+
126
+ - type: website
127
+ product_name: 'istio'
128
+ version: 'latest'
129
+ url: 'https://istio.io/latest/docs/'
130
+ max_size: 1048576
131
+ database_config:
132
+ type: 'sqlite'
133
+ params:
134
+ db_path: './istio.db'
135
+
136
+ - type: website
137
+ product_name: 'kubernetes'
138
+ version: 'latest'
139
+ url: 'https://kubernetes.io/docs/'
140
+ max_size: 1048576
141
+ database_config:
142
+ type: 'sqlite'
143
+ params:
144
+ db_path: './kubernetes.db'
145
+
146
+ - type: website
147
+ product_name: 'otel'
148
+ version: 'latest'
149
+ url: 'https://opentelemetry.io/docs/'
150
+ max_size: 1048576
151
+ database_config:
152
+ type: 'sqlite'
153
+ params:
154
+ db_path: './otel.db'
155
+
156
+ - type: website
157
+ product_name: 'prometheus'
158
+ version: 'latest'
159
+ url: 'https://prometheus.io/docs/'
160
+ max_size: 1048576
161
+ database_config:
162
+ type: 'sqlite'
163
+ params:
164
+ db_path: './prometheus.db'
@@ -0,0 +1,179 @@
1
+ # Doc2Vec Configuration
2
+ sources:
3
+ - type: local_directory
4
+ product_name: 'solo-reference-architectures'
5
+ version: 'latest'
6
+ path: '/home/denis/Downloads/solo-reference-architectures'
7
+ include_extensions: ['.md']
8
+ exclude_extensions: []
9
+ recursive: true
10
+ max_size: 1048576
11
+ database_config:
12
+ type: 'qdrant'
13
+ params:
14
+ qdrant_url: 'https://qdrant.is.solo.io'
15
+ qdrant_port: 443
16
+ collection_name: 'tmp'
17
+
18
+ # # GitHub Sources
19
+ # - type: github
20
+ # product_name: 'istio'
21
+ # version: 'latest'
22
+ # repo: 'istio/istio'
23
+ # start_date: '2025-01-01'
24
+ # max_size: 1048576
25
+ # database_config:
26
+ # type: 'sqlite'
27
+ # params:
28
+ # db_path: './istio-issues.db'
29
+
30
+ # # Website Sources
31
+ # - type: website
32
+ # product_name: 'ambient'
33
+ # version: 'latest'
34
+ # url: 'https://ambientmesh.io/docs/'
35
+ # max_size: 1048576
36
+ # database_config:
37
+ # type: 'sqlite'
38
+ # params:
39
+ # db_path: './ambient.db'
40
+
41
+ # - type: website
42
+ # product_name: 'argo'
43
+ # version: 'latest'
44
+ # url: 'https://argo-cd.readthedocs.io/en/stable/'
45
+ # max_size: 1048576
46
+ # database_config:
47
+ # type: 'sqlite'
48
+ # params:
49
+ # db_path: './argo.db'
50
+
51
+ # - type: website
52
+ # product_name: 'argo-rollouts'
53
+ # version: 'latest'
54
+ # url: 'https://argoproj.github.io/argo-rollouts/installation/'
55
+ # max_size: 1048576
56
+ # database_config:
57
+ # type: 'sqlite'
58
+ # params:
59
+ # db_path: './argo-rollouts.db'
60
+
61
+ # - type: website
62
+ # product_name: 'argo-rollouts'
63
+ # version: 'latest'
64
+ # url: 'https://rollouts-plugin-trafficrouter-gatewayapi.readthedocs.io/en/latest/'
65
+ # max_size: 1048576
66
+ # database_config:
67
+ # type: 'sqlite'
68
+ # params:
69
+ # db_path: './argo-rollouts.db'
70
+
71
+ # - type: website
72
+ # product_name: 'cilium'
73
+ # version: 'latest'
74
+ # url: 'https://docs.cilium.io/en/stable/'
75
+ # max_size: 1048576
76
+ # database_config:
77
+ # type: 'sqlite'
78
+ # params:
79
+ # db_path: './cilium.db'
80
+
81
+ # - type: website
82
+ # product_name: 'gateway-api'
83
+ # version: 'latest'
84
+ # url: 'https://gateway-api.sigs.k8s.io/'
85
+ # max_size: 1048576
86
+ # database_config:
87
+ # type: 'sqlite'
88
+ # params:
89
+ # db_path: './gateway-api.db'
90
+
91
+ # - type: website
92
+ # product_name: 'gloo-mesh-core'
93
+ # version: 'latest'
94
+ # url: 'https://docs.solo.io/gloo-mesh/latest/'
95
+ # max_size: 1048576
96
+ # database_config:
97
+ # type: 'sqlite'
98
+ # params:
99
+ # db_path: './gloo-mesh-core.db'
100
+
101
+ # - type: website
102
+ # product_name: 'gloo-mesh-enterprise'
103
+ # version: 'latest'
104
+ # url: 'https://docs.solo.io/gloo-mesh-enterprise/latest/'
105
+ # max_size: 1048576
106
+ # database_config:
107
+ # type: 'sqlite'
108
+ # params:
109
+ # db_path: './gloo-mesh-enterprise.db'
110
+
111
+ # - type: website
112
+ # product_name: 'gloo-edge'
113
+ # version: 'latest'
114
+ # url: 'https://docs.solo.io/gloo-edge/latest/'
115
+ # max_size: 1048576
116
+ # database_config:
117
+ # type: 'sqlite'
118
+ # params:
119
+ # db_path: './gloo-edge.db'
120
+
121
+ # - type: website
122
+ # product_name: 'gloo-gateway'
123
+ # version: 'latest'
124
+ # url: 'https://docs.solo.io/gateway/latest/'
125
+ # max_size: 1048576
126
+ # database_config:
127
+ # type: 'sqlite'
128
+ # params:
129
+ # db_path: './gloo-gateway.db'
130
+
131
+ # - type: website
132
+ # product_name: 'helm'
133
+ # version: 'latest'
134
+ # url: 'https://helm.sh/docs/'
135
+ # max_size: 1048576
136
+ # database_config:
137
+ # type: 'sqlite'
138
+ # params:
139
+ # db_path: './helm.db'
140
+
141
+ # - type: website
142
+ # product_name: 'istio'
143
+ # version: 'latest'
144
+ # url: 'https://istio.io/latest/docs/'
145
+ # max_size: 1048576
146
+ # database_config:
147
+ # type: 'sqlite'
148
+ # params:
149
+ # db_path: './istio.db'
150
+
151
+ # - type: website
152
+ # product_name: 'kubernetes'
153
+ # version: 'latest'
154
+ # url: 'https://kubernetes.io/docs/'
155
+ # max_size: 1048576
156
+ # database_config:
157
+ # type: 'sqlite'
158
+ # params:
159
+ # db_path: './kubernetes.db'
160
+
161
+ # - type: website
162
+ # product_name: 'otel'
163
+ # version: 'latest'
164
+ # url: 'https://opentelemetry.io/docs/'
165
+ # max_size: 1048576
166
+ # database_config:
167
+ # type: 'sqlite'
168
+ # params:
169
+ # db_path: './otel.db'
170
+
171
+ # - type: website
172
+ # product_name: 'prometheus'
173
+ # version: 'latest'
174
+ # url: 'https://prometheus.io/docs/'
175
+ # max_size: 1048576
176
+ # database_config:
177
+ # type: 'sqlite'
178
+ # params:
179
+ # db_path: './prometheus.db'