Skip to content

Collections

A collection groups indexed knowledge. Collection management is confirmed in backend1/Client/api/collections.py.

Confirmed methods include:

  • get_collections
  • new_collection
  • delete_collection
  • select_collection
  • edit_collection
  • get_aliases

The public route is POST /collections. It uses RPC-style dispatch:

{
"fun": "get_collections",
"data": {}
}

The exact request fields depend on the selected method.