-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Pack queryweaver as python library
- 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request