Skip to content

Pack the QueryWeaver as a library #252

@gkorland

Description

@gkorland
  1. Pack queryweaver as python library
  2. Provide a simple user friendly API to work directly from python without running as a FastAPI server
  3. 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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions