Find answers from the community

Updated 2 years ago

Pdf vector

Hello everyone, I'm wondering if someone could clarify whether we need an OpenAI key to convert a PDF file to a vector file?
L
2 comments
You'll need openai to generate embeddings yes. You can optionally run a local embedding model

(It might still complain about openai because the LLM, the other model used in llama index, also defaults to openai, but just set the key to a random string lol)
Add a reply
Sign up and join the conversation on Discord