CassioML / cassio-website

Web page for the cassIO library project
Apache License 2.0
8 stars 7 forks source link

llamaindex: how to "run" an embedding manually #79

Open hemidactylus opened 10 months ago

hemidactylus commented 10 months ago

Apparently for a Llama embedding function some run context is necessary and one cannot simply do vector = embedding("sentence"). This seems to get stuck (at least in jupyter). Figure that out and use it to replace the hardcoded 1536 in the vector quickstart demo for llama