MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / get_tables

Route get_tables

byod/api/app/table_selection/routes.py:None–None  ·  view source on GitHub ↗
bp.route('/get_tables', methods=['POST'])

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from .utils import get_relevant_tables_from_pinecone
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected