Skip to content

Commit

Permalink
Update some parts of Readme to use bold text
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Sep 23, 2024
1 parent ab6683b commit d7dd1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Creates an instance of `EdgeDBAI` with the specified client and options.

It can be used in two ways:

- as an async iterator - if you want to process streaming data in real-time as it arrives, ideal for handling long-running streams;
- as a Promise that resolves to a full Response object - you have complete control over how you want to handle the stream, this might be useful when you want to manipulate the raw stream or parse it in a custom way.
- as **an async iterator** - if you want to process streaming data in real-time as it arrives, ideal for handling long-running streams;
- as **a Promise that resolves to a full Response object** - you have complete control over how you want to handle the stream, this might be useful when you want to manipulate the raw stream or parse it in a custom way.

- `generateEmbeddings(inputs: string[], model: string): Promise<number[]>`

Expand Down

0 comments on commit d7dd1fe

Please sign in to comment.