File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed
index-and-search/indexing/working-with-indexes Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ language.
3737- [ Tutorial] ( go.md#tutorial )
3838- Repository: [ github.com/arangodb/go-driver] ( https://github.com/arangodb/go-driver/tree/master/v2 )
3939
40- ## Node.js driver
40+ ## JavaScript driver
4141
4242The [ ** ArangoJS driver** ] ( javascript.md ) lets you work with ArangoDB in Node.js, using
4343the JavaScript scripting language. You can also use it in web browsers.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ startup option needs to be enabled on the deployment you want to restore to.
3131
32321 . Enable the vector index feature.
33332 . Calculate vector embeddings using [ Arango's GraphML] ( ../../../../../gen-ai/graphml/_index.md )
34- capabilities (available in the AI Services Data Platform) or using external tools.
34+ capabilities (available in the AI Data Platform) or using external tools.
3535 Store each vector as an attribute in the respective document.
36363 . Create a vector index over this attribute. You need to choose which
3737 similarity metric you want to use later for querying. See
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ language.
3737- [ Tutorial] ( go.md#tutorial )
3838- Repository: [ github.com/arangodb/go-driver] ( https://github.com/arangodb/go-driver/tree/master/v2 )
3939
40- ## Node.js driver
40+ ## JavaScript driver
4141
4242The [ ** ArangoJS driver** ] ( javascript.md ) lets you work with ArangoDB in Node.js, using
4343the JavaScript scripting language. You can also use it in web browsers.
Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ paths:
221221 insert a value into the index that already exists in the index always fails,
222222 regardless of the value of this attribute.
223223
224- The optional **estimates** attribute is supported by persistent indexes.
225- This attribute controls whether index selectivity estimates are
224+ The optional **estimates** attribute is supported by ` persistent`, `mdi`, and
225+ `mdi-prefixed` indexes. This attribute controls whether index selectivity estimates are
226226 maintained for the index. Not maintaining index selectivity estimates can have
227227 a slightly positive impact on write performance.
228228 The downside of turning off index selectivity estimates will be that
Original file line number Diff line number Diff line change @@ -47,3 +47,12 @@ allows you to export data from Apache Kafka to ArangoDB.
4747- Repository: [ github.com/arangodb/kafka-connect-arangodb/] ( https://github.com/arangodb/kafka-connect-arangodb/ )
4848- [ Demo] ( https://github.com/arangodb/kafka-connect-arangodb/tree/main/demo )
4949- [ Changelog] ( https://github.com/arangodb/kafka-connect-arangodb/blob/main/ChangeLog.md )
50+
51+ ## TinkerPop Provider
52+
53+ The [ ** ArangoDB TinkerPop Provider** ] ( arangodb-tinkerpop-provider.md ) is an implementation of
54+ the [ Apache TinkerPop OLTP Provider] ( https://tinkerpop.apache.org/docs/3.7.3/dev/provider ) API
55+ for ArangoDB.
56+
57+ - Repository: [ github.com/arangodb/arangodb-tinkerpop-provider] ( https://github.com/arangodb/arangodb-tinkerpop-provider )
58+ - [ Changelog] ( https://github.com/arangodb/arangodb-tinkerpop-provider/blob/main/CHANGELOG.md )
You can’t perform that action at this time.
0 commit comments