Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

create_gpt_vector_store

create_gpt_vector_store(
    client: OpenAI,
    name: str,
    fild_ids: list[str]
) -> Any
Create a openai vector store for gpt assistant Parameters:
NameDescription
clientType: OpenAI
nameType: str
fild_idsType: list[str]