Skip to content

Commit

Permalink
Update docs (#7986)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 05d090e6e88eead576b75b28f6a09b82c106778a
  • Loading branch information
tryptofanik authored and Manul from Pathway committed Jan 13, 2025
1 parent 2660283 commit 1f385a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pipelines/slides_ai_search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ curl http://localhost:8000/v1/completions \ns \
### Set the LLM Instance in the configuration file

```yaml
llm: !pw.xpack.llm.llms.OpenAIChat
llm: !pw.xpacks.llm.llms.OpenAIChat
model: "microsoft/Phi-3-vision-128k-instruct"
temperature: 0.0
capacity: 1
Expand All @@ -308,7 +308,7 @@ We replace the `embedder` with the following embedding model in `app.yaml`:
```yaml
$embedding_model: "avsolatorio/GIST-small-Embedding-v0"
embedder: !pw.xpack.llms.embedders.SentenceTransformerEmbedder
embedder: !pw.xpacks.llms.embedders.SentenceTransformerEmbedder
model: $embedding_model
call_kwargs:
show_progress_bar: false
Expand Down

0 comments on commit 1f385a5

Please sign in to comment.