Hi, I am new to llama index and trying to build a basic document retrieval system. I am using Azure OpenAI embeddings. I have two problems and I am not sure how to resolve:
- I have a long documents with multiple paragraphs. I want to to treat each paragraph as a seperate document. How to do this?
- I have many text files. I can create documents object for each. But how do I generate embeddings? Everytime with more one 1 document, I get error as “Too many inputs…..” Seems like some limitation of Azure embeddings. How to resolve this?
Thanks in advance!!