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

Route text_to_sql

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

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from ..config import PINECONE_ENV, PINECONE_KEY
4from ..table_selection.utils import (get_relevant_tables_from_lm,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected