Skip to content

Commit

Permalink
fix code example allignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Shkutnyk committed Oct 31, 2024
1 parent 303df96 commit 4d36afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/v2/text-embeddings/embed-jobs-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ embed_job_response = co.embed_jobs.create(
dataset_id=input_dataset.id,
input_type='search_document' ,
model='embed-english-v3.0',
embedding_types=['float'],
embedding_types=['float'],
truncate='END')

# block until the job is complete
Expand Down

0 comments on commit 4d36afa

Please sign in to comment.