Skip to content

Commit

Permalink
Merge pull request #602 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Update llm-generate-embeddings.md
  • Loading branch information
nhandt2021 authored Jan 12, 2024
2 parents b186200 + 0312aeb commit fbd5e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-docs/ai-tasks/llm-generate-embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TabItem from '@theme/TabItem';

# LLM Generate Embeddings

A system task to generate embeddings from the input data provided. Embeddings are the processed input text converted into a sequence of vectors, which can then be stored in a vector database for retrieval later. You can use [a model that was previously integrated](http://localhost:3000/content/category/integrations/ai-llm) to generate these embeddings.
A system task to generate embeddings from the input data provided. Embeddings are the processed input text converted into a sequence of vectors, which can then be stored in a vector database for retrieval later. You can use [a model that was previously integrated](/content/category/integrations/ai-llm) to generate these embeddings.

## Definitions

Expand Down

0 comments on commit fbd5e4a

Please sign in to comment.