Skip to content

OpenAI /v1/vector_stores #32

@JGoutin

Description

@JGoutin

Implement using S3 Vectors

  • POST /v1/vector_stores
  • GET /v1/vector_stores
  • GET /v1/vector_stores/{vector_store_id}
  • POST /v1/vector_stores/{vector_store_id}
  • DELETE /v1/vector_stores/{vector_store_id}
  • POST /v1/vector_stores/{vector_store_id}/search
  • GET /v1/vector_stores/{vector_store_id}/files
  • POST /v1/vector_stores/{vector_store_id}/files
  • GET /v1/vector_stores/{vector_store_id}/files/{file_id}
  • POST /v1/vector_stores/{vector_store_id}/files/{file_id}
  • DELETE /v1/vector_stores/{vector_store_id}/files/{file_id}
  • GET /v1/vector_stores/{vector_store_id}/files/{file_id}/content
  • POST /v1/vector_stores/{vector_store_id}/file_batches
  • GET /v1/vector_stores/{vector_store_id}/file_batches/{batch_id}
  • GET /v1/vector_stores/{vector_store_id}/file_batches/{batch_id}/files
  • POST /v1/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel

REF:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions