Commit History

Enhance vector_search_and_summary function in app.py to include additional account relation data in the output. Update Gradio UI to display the new related information in a JSON format, improving user interaction and data visibility.
6f6117a

A-Mizuguchi commited on

Update app.py to enable mcp_server during demo launch, enhancing server capabilities.
eeb1ae6

A-Mizuguchi commited on

Refactor app.py to enhance logging and improve client initialization. Update date extraction logic to streamline date parsing and ensure accurate handling of various formats. Implement helper functions for better code organization and clarity.
5c0fe92

A-Mizuguchi commited on

Fix indentation in date extraction logic to ensure proper execution of regex matching for MM/DD and MM-DD formats in app.py.
636020b

A-Mizuguchi commited on

Refine regex in date extraction logic to correctly match MM/DD and MM-DD formats with delimiters, and update logging to format extracted dates for improved clarity.
4157238

A-Mizuguchi commited on

Enhance date extraction logging in app.py to specify the format of extracted dates and add a log for cases where no date is found, improving debugging and user feedback.
65db4f2

A-Mizuguchi commited on

Refine regex in date extraction logic to correctly match YYYY-MM-DD format, enhancing date parsing accuracy in app.py.
4eb1dad

A-Mizuguchi commited on

Update date extraction logic in app.py to support MM/DD and MM-DD formats, improving date parsing accuracy. Adjust regex to correctly identify month and day without delimiters.
8508676

A-Mizuguchi commited on

Update regex in date extraction logic to match YYYY-MM-DD format, enhancing date parsing accuracy in app.py.
ef5f2e0

A-Mizuguchi commited on

Refine regex in date extraction logic to correctly match MM/DD format without delimiters. This change improves the accuracy of date parsing in app.py.
026dffc

A-Mizuguchi commited on

Fix regex in date extraction logic to correctly match MM/DD format with both '/' and '-' as delimiters. This update enhances the accuracy of date parsing in app.py.
d09e366

A-Mizuguchi commited on

Fix regex in date extraction logic to correctly match MM/DD format without delimiters. This change improves the accuracy of date parsing in app.py.
c59a239

A-Mizuguchi commited on

Update date extraction regex in app.py to support both '/' and '-' as delimiters for MM/DD format. Modify Gradio UI placeholder example for improved clarity on date input formats.
9d00d4c

A-Mizuguchi commited on

Improve date extraction logic in app.py to prioritize explicit date formats and enhance natural language date handling. Update Gradio UI title and placeholder examples for clarity on date input formats.
f87d814

A-Mizuguchi commited on

Update date extraction in app.py to specify languages argument for natural language date queries. Modify Gradio UI title to indicate error corrections in the date handling process.
db0c82b

A-Mizuguchi commited on

Enhance date extraction in app.py to support natural language date queries using the `search_dates` function. Update Gradio UI title and placeholder examples to reflect the new date handling capabilities and improve user guidance.
77b0ae6

A-Mizuguchi commited on

Enhance logging in app.py to output additional information during vector search, including extracted query dates and selected opportunity IDs. Update logging configuration to display logs in standard output for better visibility during execution. Modify Gradio UI title to reflect the enhanced logging features.
796eccb

A-Mizuguchi commited on

Refactor date comparison in vector search to convert Supabase date strings to datetime objects for accurate matching. Update Gradio UI title and placeholder examples to reflect new date format handling.
7f67956

A-Mizuguchi commited on

Refactor date filtering in vector search to compare string dates directly, enhancing accuracy. Update Gradio UI title to reflect support for Supabase date strings.
b4f7cb8

A-Mizuguchi commited on

Enhance logging in vector search function to output raw visit dates alongside converted dates and query date for improved traceability.
27ee59f

A-Mizuguchi commited on

Enhance logging in vector search function to include extracted visit dates and query date for better traceability. Update Gradio UI title to indicate the inclusion of logging in the revised version.
ce19cc3

A-Mizuguchi commited on

Optimize handling of matched relations in vector search by using .copy() to prevent SettingWithCopyWarning. Update embedding and similarity assignment to use .loc for clarity and efficiency.
6aa47d5

A-Mizuguchi commited on

Refine date filtering logic in vector search to occur before vectorization and update error message for clarity. Adjust Gradio UI title to reflect changes in date filtering order.
b30e79a

A-Mizuguchi commited on

Enhance date extraction in vector search process by converting extracted dates to datetime objects for precise comparisons. Update Gradio UI title for improved clarity. Streamline error handling and logging in app.py.
3ded3cb

A-Mizuguchi commited on

Refactor vector search and summary logic in app.py to improve clarity and efficiency. Update date extraction to handle both explicit and natural language dates, enhance logging for error handling, and streamline embedding processes for Opportunity and appointment.relation tables. Update Gradio UI placeholder for better user guidance.
fc4bb8f

A-Mizuguchi commited on

Update requirements.txt to include 'dateparser' for enhanced date handling capabilities.
44a4544

A-Mizuguchi commited on

Add date extraction functionality in vector search process in app.py to handle explicit and natural language dates, enhancing query handling in the Gradio UI.
dd22edc

A-Mizuguchi commited on

Refactor comments in app.py for clarity by removing step indicators and updating table references to 'appointment.relation' for consistency in the vector search process.
a596a32

A-Mizuguchi commited on

Update Gradio UI title in app.py to enhance clarity and user experience
053b548

A-Mizuguchi commited on

Enhance vector search process in app.py by adding step indicators for clarity, updating Gradio UI title, and ensuring the main function launches the demo app.
bd835ff

A-Mizuguchi commited on

Refactor environment variable handling in app.py to retrieve secrets directly from the environment, removing the dependency on .env file
cb707d2

A-Mizuguchi commited on

Refactor vector search logic to focus on Opportunity table; update logging and Gradio UI for improved user interaction
68d51a6

A-Mizuguchi commited on

Remove similarity calculation and embedding logic for appointment columns from app.py
f0b08b0

A-Mizuguchi commited on

Add similarity calculation for appointment columns with embeddings
a54d5e2

A-Mizuguchi commited on

Implement initial project structure and setup
47d5364

A-Mizuguchi commited on

initial commit
6f412f0
verified

A-Mizuguchi commited on