EAYoshi
EAYoshi
Thank you, however you cannot do this via VectorstoreIndexCreator/VectorStoreIndexWrapper. That setup is done automatically as you can see [here](https://github.com/hwchase17/langchain/blob/master/langchain/indexes/vectorstore.py#L36) I know we can set these things up separately, however it...
A very similar question is answered here which might be of use: https://github.com/hwchase17/langchain/issues/2255
I've spent the last 5 hours or so trying to work this ❗💲 #️⃣ ⚡er out, which has certainly put a damper on my hackathon spirits :) I'm using: *...
Likely, yes. First, make sure these environment variables are set correctly in the context of your code ``` OPENAI_API_BASE= OPENAI_API_KEY= OPENAI_API_TYPE=azure ``` Then, make sure you have an Azure deployment...