Commit History

migrate to pinecone and show graph color
411c555

Aryan Jain commited on

show charts
dca20c8

Aryan Jain commited on

Update src/schemas/_pydantic_agent.py
55b93e0
verified

AryanSifars commited on

fix: rename sql_query to sqlite_query for consistency in SQLQueryExtractor and update references in DataExtractorService and PydanticAgent
cdcf836

Aryan Jain commited on

feat: enhance SQL query generation and validation; add detailed descriptions to Pydantic models and enforce SELECT-only rule in query verification
53d3e55

Aryan Jain commited on

feat: rename QueryExtractor to SQLQueryExtractor and update related imports; introduce SQL_QUERY_EXTRACTOR_PROMPT in PydanticAgent
83e6c59

Aryan Jain commited on

feat: Update DataExtractorController and DataExtractorService to use Optional for message_history; add __init__.py for prompts module; modify Pydantic models to use Optional for list fields; raise exceptions in PydanticAgent
8e073b5

Aryan Jain commited on

feat: Add Pydantic models for query extraction and implement PydanticAgent for SQL query verification
5f22dc5

Aryan Jain commited on

feat: Add initial schema definitions in __init__.py
dcf166b

Aryan Jain commited on