> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.oai.openai_utils.create_gpt_vector_store

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### create\_gpt\_vector\_store

```python theme={null}
create_gpt_vector_store(
    client: OpenAI,
    name: str,
    fild_ids: list[str]
) -> Any
```

Create a openai vector store for gpt assistant

<b>Parameters:</b>

| Name       | Description          |
| ---------- | -------------------- |
| `client`   | **Type:** OpenAI     |
| `name`     | **Type:** str        |
| `fild_ids` | **Type:** list\[str] |

<br />
