bp.route('/text_to_sql', methods=['POST'])
| 1 | from flask import Blueprint, jsonify, make_response, request |
| 2 | |
| 3 | from ..config import PINECONE_ENV, PINECONE_KEY |
| 4 | from ..table_selection.utils import (get_relevant_tables_from_lm, |
nothing calls this directly
no outgoing calls
no test coverage detected