docs: fix typos (#548)

This commit is contained in:
omahs
2023-09-05 00:15:53 +02:00
committed by GitHub
parent 3e66ddf69a
commit 60d5daaaf5
4 changed files with 8 additions and 8 deletions

View File

@@ -31,4 +31,4 @@ config = CustomAppConfig(
es_app = CustomApp(config)
```
- Set `db_type=VectorDatabases.ELASTICSEARCH` and `es_config=ElasticsearchDBConfig(es_url='')` in `CustomAppConfig`.
- `ElasticsearchDBConfig` accepts `es_url` as elasticsearch url or as list of nodes url with different hosts and ports. Additionally we can pass named paramaters supported by Python Elasticsearch client.
- `ElasticsearchDBConfig` accepts `es_url` as elasticsearch url or as list of nodes url with different hosts and ports. Additionally we can pass named parameters supported by Python Elasticsearch client.