In Azure OpenAI Studio, I'm working on Chat Playground, trying to connect to my own Azure Cosmos DB for MongoDB (vCore). I can't select an index name; there's no dropdown. What's the issue?

Siravich Piboonworachat 5 Reputation points
2023-12-18T08:58:05.4833333+00:00

In Azure OpenAI Studio, I am currently engaged in the Chat Playground project, where I am endeavoring to establish a connection to my personal data source via Azure Cosmos DB for MongoDB (vCore). I have encountered a predicament during the selection of the database, as the database name and collection name have already been designated, but I find myself unable to select an index name. Curiously, there seems to be no available dropdown menu for the index name field. I am inquiring as to the root cause of this particular issue.

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,443 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,161 questions
{count} vote

4 answers

Sort by: Most helpful
  1. Rafael Coronel 0 Reputation points
    2024-03-13T12:04:13.7333333+00:00

    I have a similar problem while trying to connect to Cosmos. I already created the index as a Cosmos DB for MongoDB (vCore), it appears in the dropbox but it says password doesn't match. I already made multiple attempts reseting the password but it doesn't work.

    Very frustrating.


  2. Mohamad Dayeh 0 Reputation points
    2024-03-28T20:19:18.9633333+00:00

    Same problem ! Index Name is disabled. The index is healthy, I used Studio 3T to create it and it is functioning well. Please help

    User's image

    0 comments No comments

  3. Robert Falcone 0 Reputation points
    2024-04-12T12:36:26.9666667+00:00

    I am facing the same issue. If anyone finds a resolution please post.

    0 comments No comments

  4. Robert Falcone 0 Reputation points
    2024-04-16T13:59:00.68+00:00

    Watch this video to get an example working. It does a good job of explaining how it works.

    [https://www.youtube.com/watch?v=MLY5Pc_tSXw&t=1613s](https://www.youtube.com/watch?v=MLY5Pc_tSXw&t=1613s

    )

    You'll see the json sample data has a vector array. Each item in the collection will contain the vector embeddings. After I followed the steps and loaded the data, I was able to go to Chat Playground and add the DB/Collection and the Index was no longer grayed out. I then successfully tried test questions in the chat. I guess the challenge will be creating a load process for data with the embeddings.

    These are links to Github repo where you can download the example.

    https://aka.ms/adgen

    https://github.com/jayanta-mondal/ignite-demo

    0 comments No comments