Spaces:
Sleeping
Sleeping
Commit History
Capitalize title 48d943e
Aryan Jain commited on
fix showing total f405bfb
Aryan Jain commited on
ordering x axis 5883a1f
Aryan Jain commited on
is x axis is numeric then sort 6feb8ca
Aryan Jain commited on
fix x order d55d5ac
Aryan Jain commited on
fix x order b26b32e
Aryan Jain commited on
make sure x axis in order when categorical bb97f6e
Aryan Jain commited on
fix order f27ed9d
Aryan Jain commited on
add check so that x always in order 2475176
Aryan Jain commited on
update dtype to check fe22f5f
Aryan Jain commited on
update incident category order d8e4d75
Aryan Jain commited on
fix color col e999dc3
Aryan Jain commited on
fix dataframe 15bdd44
Aryan Jain commited on
show values on x axis in order and show total on grouped bar chart a05d65f
Aryan Jain commited on
enable chart choose option 6f3c0f1
Aryan Jain commited on
define color incident map c54e39d
Aryan Jain commited on
apply color and order when grouped 12473a4
Aryan Jain commited on
add checkbox to view grouped chard horizontally dbd4a93
Aryan Jain commited on
set incident catefory 83a38f7
Aryan Jain commited on
show number on top of bars of bar chart, show date range, order incidents and add checkbox to see all labels on x axis 0a46d2f
Aryan Jain commited on
correct spelling of False 9ea6615
Aryan Jain commited on
Refactor Streamlit app: streamline imports, enhance chart rendering, and improve UI elements 3c6f410
consider incident type as string and apply colors 02f9977
Aryan Jain commited on
change questions b2fbf5d
Aryan Jain commited on
migrate to pinecone and show graph color 411c555
Aryan Jain commited on
fix st 6e8c418
Aryan Jain commited on
handle tabs 85f5b43
Aryan Jain commited on
Update src/streamlit_app.py fdfc6fd verified
Update src/streamlit_app.py 6f30bbd verified
show charts dca20c8
Aryan Jain commited on
Update src/streamlit_app.py 783bea4 verified
Update src/services/_data_extractor.py 103e7ee verified
Update src/schemas/_pydantic_agent.py 55b93e0 verified
Update src/controllers/_data_extractor.py ff24e58 verified
add openai_api_key b48254e
Aryan Jain commited on
Update src/streamlit_app.py d8215db verified
Update src/streamlit_app.py 15a14ef verified
Update src/streamlit_app.py 657e7f7 verified
Add UI chatbot for user interface. (#1) 3b931bf
Add Streamlit app with Altair visualization and update dependencies f869907
Aryan Jain commited on
fix: update Response model to use Optional for data field and correct method call in DataExtractorService 8770042
Aryan Jain 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
Feed tables data into databse table 73f3860
fix: correct method signature for _model_schema_to_text; update OpenAI model name and fix parameter naming in PydanticAgent; enhance SQL query verification with logging and error handling 71dcc32
Aryan Jain commited on
feat: update environment configuration for Chroma settings; add seed_vector_data script for processing input data; enhance app startup to include data seeding f961e0d
Aryan Jain commited on
Refactor imports and update schema definitions across multiple entity modules a123dfc
Aryan Jain commited on
feat: refactor PydanticAgent to accept user_input and message_history as parameters in run method; update DataExtractorService to match new signature f9fd577
Aryan Jain commited on
feat: update SQL query execution to use text() for improved safety and consistency 3bdece0
Aryan Jain commited on
feat: enhance DataExtractorService with table model mapping and schema extraction; integrate PydanticAgent and ChromaClient for data processing 12ed030
Aryan Jain commited on