-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathapachedoris.json
More file actions
196 lines (196 loc) · 4.77 KB
/
apachedoris.json
File metadata and controls
196 lines (196 loc) · 4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "Apache Doris",
"links": {
"docs": "https://doris.apache.org/docs/dev/ai/vector-search/",
"github": "https://github.com/apache/doris",
"website": "https://doris.apache.org/",
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/575",
"poc_github": "https://github.com/zhiqiang-hhhh",
"slug": "Fastest Search & Analytics in One Unified System"
},
"oss": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/compute-storage-decoupled/overview/",
"comment": ""
},
"license": {
"value": "Apache 2.0",
"source_url": "",
"comment": ""
},
"dev_languages": {
"value": [
"java",
"c++"
],
"source_url": "https://github.com/apache/doris",
"comment": ""
},
"vector_launch_year": 2025,
"metadata_filter": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/ai/text-search/overview/",
"comment": ""
},
"hybrid_search": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/ai/vector-search#ann-search-with-additional-filters",
"comment": ""
},
"facets": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/ai/vector-search#approximate-range-search",
"comment": "Doris has full support for SQL. You can use standard SQL syntax to perform faceted search on vector data."
},
"geo_search": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/sql-manual/basic-element/sql-data-types/semi-structured/GEO",
"comment": ""
},
"multi_vec": {
"support": "full",
"source_url": "",
"comment": "You can create a teble with multiple vector columns to store different types of vectors."
},
"sparse_vectors": {
"support": "none",
"source_url": "",
"comment": ""
},
"bm25": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/ai/text-search/scoring",
"comment": ""
},
"full_text": {
"support": "full",
"source_url": "https://doris.apache.org/docs/dev/ai/text-search/search-operators",
"comment": ""
},
"embeddings_text": {
"support": "full",
"source_url": "https://doris.apache.org/docs/4.x/sql-manual/sql-functions/ai-functions/distance-functions/embed/",
"comment": "You can convert text to embeddings using built-in AI functions."
},
"embeddings_image": {
"support": "",
"source_url": "",
"comment": ""
},
"embeddings_structured": {
"support": "",
"source_url": "",
"comment": ""
},
"rag": {
"support": "",
"source_url": "",
"comment": ""
},
"recsys": {
"support": "",
"source_url": "",
"comment": ""
},
"langchain": {
"support": "full",
"source_url": "",
"comment": ""
},
"llamaindex": {
"support": "full",
"source_url": "",
"comment": ""
},
"managed_cloud": {
"support": "full",
"source_url": "",
"comment": ""
},
"pricing": {
"value": "",
"source_url": "",
"comment": ""
},
"in_process": {
"support": "none",
"source_url": "",
"comment": ""
},
"multi_tenancy": {
"support": "full",
"source_url": "https://doris.apache.org/blog/multi-tenant-workload-isolation-in-apache-doris/",
"comment": ""
},
"disk_index": {
"support": "full",
"source_url": "https://doris.apache.org/docs/4.x/ai/vector-search#approximate-nearest-neighbor-search",
"comment": "Via Faiss"
},
"ephemeral": {
"support": "none",
"source_url": "",
"comment": ""
},
"sharding": {
"support": "full",
"source_url": "",
"comment": "Support partitioning and sharding for tables with vector columns"
},
"doc_size": {
"bytes": 0,
"unlimited": true,
"source_url": "",
"comment": ""
},
"vector_dims": {
"value": 0,
"unlimited": true,
"source_url": "",
"comment": ""
},
"int8_quantization": {
"support": "full",
"source_url": "https://doris.apache.org/docs/4.x/ai/vector-search#vector-quantization",
"comment": ""
},
"index_types": {
"value": [
"HNSW",
"IVF",
"FLAT"
],
"source_url": "https://doris.apache.org/docs/4.x/ai/vector-search#approximate-nearest-neighbor-search",
"comment": "via Faiss"
},
"github_stars": {
"value": 14600,
"source_url": "https://github.com/ClickHouse/ClickHouse",
"comment": "",
"value_90_days": 0
},
"docker_pulls": {
"value": 0,
"source_url": "",
"comment": "",
"value_90_days": 0
},
"pypi_downloads": {
"value": 0,
"source_url": "",
"comment": "",
"value_90_days": 0
},
"npm_downloads": {
"value": 0,
"source_url": "",
"comment": "",
"value_90_days": 0
},
"crates_io_downloads": {
"value": 0,
"source_url": "",
"comment": "",
"value_90_days": 0
}
}