format bash scripts properly so copy & paste may work without issues

This commit is contained in:
Aravind Karnam
2025-05-02 17:21:09 +05:30
parent bd5a9ac632
commit 87d4b0fff4

View File

@@ -67,9 +67,9 @@ _See more: <https://www.linkedin.com/search/results/companies/?geoUrn=XXX> t
```bash ```bash
python c4ai_insights.py \ python c4ai_insights.py \
--in ./data \ --in ./data \
--out ./data \ --out ./data \
--embed_model all-MiniLM-L6-v2 \ --embed-model all-MiniLM-L6-v2 \
--llm-provider gemini/gemini-2.0-flash \ --llm-provider gemini/gemini-2.0-flash \
--llm-api-key "" \ --llm-api-key "" \
--top-k 10 \ --top-k 10 \