Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 25, 2024
1 parent de27f2d commit ac768de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion comps/texttosql/langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ Start the services.
```bash
docker compose -f docker_compose_texttosql.yaml up
```

## 🚀3. Consume Microservice

Once Text-to-SQL microservice is started, user can use below command
Once Text-to-SQL microservice is started, user can use below command

- Test the Database connection

Expand All @@ -122,6 +123,7 @@ curl --location http://${your_ip}:9090/v1/test-connection \
--header 'Content-Type: application/json' \
--data '{"user": "'${POSTGRES_USER}'","password": "'${POSTGRES_PASSWORD}'","host": "'${your_ip}'", "port": "5442", "database": "'${POSTGRES_DB}'"}'
```

- Invoke the microservice.

```bash
Expand Down

0 comments on commit ac768de

Please sign in to comment.