Skip to content

Commit 79bb7f9

Browse files
committed
Unrelated consistency changes
1 parent 4974ac7 commit 79bb7f9

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

site/content/arangodb/3.12/develop/drivers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4242
The [**ArangoJS driver**](javascript.md) lets you work with ArangoDB in Node.js, using
4343
the JavaScript scripting language. You can also use it in web browsers.

site/content/arangodb/3.12/index-and-search/indexing/working-with-indexes/vector-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ startup option needs to be enabled on the deployment you want to restore to.
3131

3232
1. Enable the vector index feature.
3333
2. 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.
3636
3. Create a vector index over this attribute. You need to choose which
3737
similarity metric you want to use later for querying. See

site/content/arangodb/3.13/develop/drivers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4242
The [**ArangoJS driver**](javascript.md) lets you work with ArangoDB in Node.js, using
4343
the JavaScript scripting language. You can also use it in web browsers.

site/content/arangodb/3.13/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

site/content/arangodb/3.13/develop/integrations/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)