Skip to content

Commit

Permalink
modify embeddings demo example for the new named args
Browse files Browse the repository at this point in the history
  • Loading branch information
hanna-paasivirta committed Dec 16, 2024
1 parent e73e85b commit b984585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/embeddings_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This demo currently uses the Zilliz embedding storage provider for OpenAI embedd
This demo can be run from the services folder via the entry.py module:

```bash
python entry.py embeddings_demo embeddings_demo/demo_data/input_data.json tmp/output.json
python entry.py embeddings_demo --input embeddings_demo/demo_data/input_data.json --output tmp/output.json
```

0 comments on commit b984585

Please sign in to comment.