You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a simple user friendly API to work directly from python without running as a FastAPI server
The API should allow user to:
a. Create a QueryWeaver client - provided a FalkorDB URL and an OpenAI key
b. Load a Database - providing a database url, will connect the and fetch the schema using one of the loaders
c. Run Query (Text2SQL) two options:
i. The user can provide the Text and result is a SQL
ii. The user can provide the Text, and the generated SQL will be executed on the DB and return a result.
a. Create a QueryWeaver client - provided a FalkorDB URL and an OpenAI key
b. Load a Database - providing a database url, will connect the and fetch the schema using one of the loaders
c. Run Query (Text2SQL) two options:
i. The user can provide the Text and result is a SQL
ii. The user can provide the Text, and the generated SQL will be executed on the DB and return a result.