Skip to content

Commit

Permalink
Fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
liseli committed Sep 19, 2024
1 parent fa77429 commit 9aac4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Solr server required authentication, so you should set up the environment variab
starting the container.

export SOLR_USER=your_solr_username
export SOLR_PASS=your_solr_password
export SOLR_PASSWORD=your_solr_password

```docker compose --profile indexer up document_indexer -d```

Expand Down Expand Up @@ -383,7 +383,7 @@ In the image below, you can see the main kubernetes parts running in this workfl
* Document indexer
```
python document_indexer_service/document_indexer_service.py
--solr_indexing_api http://solr8-embedded-zookeeper:8983/solr/#/core-x/
--solr_indexing_api http://fulltext-workshop-solrcloud-headless:8983/solr/core-x/
```
* In Kubernetes, you can also use the script `run_retriever_processor_kubernetes.sh` to run the services to retrieve
Expand Down

0 comments on commit 9aac4e5

Please sign in to comment.