@Junheok Cheon I am not familiar with MongoDB but looking at your approach, I believe you are trying something similar to what is mentioned here.
I do see the recommendations of using up to 2,000 dimensions in size and numLists
set to documentCount/1000
for up to 1 million documents.
Features and limitations
- Supported distance metrics: L2 (Euclidean), inner product, and cosine.
- Supported indexing methods: IVFFLAT, HNSW, and DiskANN (Preview)
- Indexing vectors up to 2,000 dimensions in size.
- Indexing applies to only one vector per path.
- Only one index can be created per vector path.
Do you think if setting both the parameters as per recommendation will work? I did not see a limitation on free tier but I have seen free tier limitations with Azure AI search when integrated with Azure OpenAI BYOD. You can try the above recommendation and then check if it works. If it fails, you might want to upgrade to standard tier or pass the request id to support to understand what could cause an internal error. Thanks!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.