Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-S-2018 committed Apr 1, 2024
1 parent c1df09b commit 1e5dfdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func main() {

// Initialize ApiClient
configuration := openapiclient.NewConfiguration()
// Set Manticore's host/port if necessary (http://127.0.0.1:9308 by default)
// configuration.Servers[0].URL = "http://127.0.0.2:9408"
apiClient := openapiclient.NewAPIClient(configuration)

// Add documents to an index
Expand Down

0 comments on commit 1e5dfdf

Please sign in to comment.