Skip to main content

List collections for RAG tuning

POST 

/ragtune/listCollections

Returns a list of collections associated with the user identified by the API key. For more granular control or to implement your own RAG solution, refer to our /vectors route.

Responses

List of collections

Schema
  • Array [
  • collection string
  • ]
Loading...