google/generative-ai-docs

Update examples to take advantage of batched embeddings.

Open

#147 aberto em 13 de out. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Jupyter Notebook (746 forks)github user discovery
component:demosgood first issuetype:feature request

Métricas do repositório

Stars
 (2.250 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description of the feature request:

There are several examples that loop over chunks of text and call embed_text on each one.

These should pass lists of chunks to embed_text, and embed text will return lists of vectors.

What problem are you trying to solve with this feature?

No response

Any other information you'd like to share?

No response

Guia do colaborador