{"available_routes": {"/collections/{collection_name}/add_file": {"method": "POST", "description": "Добавляет файл в коллекцию с дополнительными параметрами."}, "/collections/{collection_name}/add_documents": {"method": "POST", "description": "Добавляет несколько документов в коллекцию."}, "/collections/{collection_name}/create": {"method": "POST", "description": "Создает новую коллекцию."}, "/collections": {"method": "GET", "description": "Выводит список доступных коллекций."}, "/collections/{collection_name}/delete": {"method": "DELETE", "description": "Удаляет коллекцию."}, "/collections/{collection_name}/find_nearest_documents": {"method": "GET", "description": "Находит ближайшие документы."}, "/collections/{collection_name}/find_nearest_chunks": {"method": "GET", "description": "Находит ближайшие куски."}, "/collections/{collection_name}/exists": {"method": "GET", "description": "Проверяет существование коллекции."}}}