zxs731

Results 4 comments of zxs731

So far as I know Azure OpenAI Embedding is different with Open AI official embedding api . it doesn't support us to use Chroma.from_documents instead we need to use Azure...

There are two possible solutions: 1. You can request an increase in quotas, which has been confirmed by MS support. 2. Starting from July, Azure open AI support embedding with...

In order to improve the embedding performance, you can set the chunk_size to **16**, but first need to update the version to "2023-07-01-preview", `os.environ["OPENAI_API_VERSION"] = "2023-07-01-preview"` and deployment name should...