Skip to content

Commit

Permalink
add OpenSearch reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor committed Sep 3, 2024
1 parent 1f8e164 commit 54e318a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions argilla/docs/community/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ As an Argilla developer, you are already part of the community, and your contrib

- **Relational Database**: A relational database to store the metadata of the records and the annotations. `SQLite` is used as the default built-in option and is deployed separately with the Argilla Server, but a separate `PostgreSQL` can be used.

- **Vector Database**: A vector database to store the records data and perform scalable vector similarity searches and basic document searches. We currently support `ElasticSearch`, which can be deployed as a separate Docker image.
- **Vector Database**: A vector database to store the records data and perform scalable vector similarity searches and basic document searches. We currently support `ElasticSearch` and `OpenSearch`, which can be deployed as separate Docker images.

- **Vue.js UI**: A web application to visualize and annotate your data, users, and teams. It is built with `Vue.js` and is directly deployed alongside the Argilla Server within our Argilla Docker image.

Expand Down Expand Up @@ -99,7 +99,9 @@ To run your development environment, you need to set up Argilla's databases.

#### Vector database

Argilla supports ElasticSearch as its primary search engine for the vector database. You can run it locally using Docker.
Argilla supports ElasticSearch as its primary search engine for the vector database by default. For more information about setting OpenSearch, check the [Server configuration](../reference/argilla-server/configuration.md).

You can run ElasticSearch locally using Docker:

```sh
# Argilla supports ElasticSearch versions >=8.5
Expand Down

0 comments on commit 54e318a

Please sign in to comment.