Commit History

Refactor error handling in format_search_results function to return structured error messages
bfab353

nomadicsynth commited on

Add error handling for find_synergistic_papers in format_search_results_json and format_search_results functions
3a2f25f

nomadicsynth commited on

Implement caching for query results and enhance logging in log_query_and_results function
9719dbf

nomadicsynth commited on

Fix timestamp creation in log_query_and_results function
d52fd55

nomadicsynth commited on

Update privacy policy and disclaimer in create_interface function to clarify logging of queries and results
ec17628

nomadicsynth commited on

Add logging for query results and improve data path handling
cd14485

nomadicsynth commited on

Remove unused dataset_name import and HF_TOKEN parameter from DatasetManager initialization
55a0b15

nomadicsynth commited on

Uncomment latex delimiter for inline math formatting in format_paper_as_markdown
9b3489f

nomadicsynth commited on

Refactor dataset management and improve dataset update functionality
c241b7f

nomadicsynth commited on

Refactor find_synergistic_papers to use DatasetManager for accessing the training dataset
aa83efc

nomadicsynth commited on

Add DatasetManager for handling dataset operations and update dataset with new papers
261056f

nomadicsynth commited on

Fix function calls in format_search_results_json and format_search_results to use abstract parameter directly
4236eec

nomadicsynth commited on

Fix function calls in format_search_results_json and format_search_results to use find_synergistic_papers directly
9c82340

nomadicsynth commited on

Remove commented-out Hugging Face Hub login code for clarity
2c9c0ae

nomadicsynth commited on

Refactor embedding model integration and update find_synergistic_papers calls to use dataset parameter
7177172

nomadicsynth commited on

Normalize abstract input in find_synergistic_papers to improve cosine similarity calculations and handle empty inputs.
d5b5c7a

nomadicsynth commited on

Add JSON output logging and change output format for synergistic papers in create_interface
8d1f6b1

nomadicsynth commited on

Add JSON formatting for search results in find_synergistic_papers
b6c2057

nomadicsynth commited on

Add label to hidden abstract input textbox for clarity in create_interface
44cca0e

nomadicsynth commited on

Refactor code formatting for improved readability and consistency in analysis and interface functions
269bf9a

nomadicsynth commited on

Add hidden UI elements and API endpoint for find_synergistic_papers
3f3e390

nomadicsynth commited on

Update format_search_results to return additional papers alongside data and headers
23fdce3

nomadicsynth commited on

Rename API endpoint in create_interface to find_synergistic_papers for clarity
9c63bd6

nomadicsynth commited on

Refactor format_search_results to return a dictionary with 'data' and 'headers' keys instead of a DataFrame
0529f34

nomadicsynth commited on

Add `__pycache__` to `.gitignore` to prevent caching files from being tracked
31ab989

nomadicsynth commited on

Fix citation link in README for accuracy
198284d

nomadicsynth commited on

Add detailed background and motivation sections to README
ac1681f

nomadicsynth commited on

Update README.md
f272480
verified

nomadicsynth commited on

Add the Inkling logo to the README
781f01b

nomadicsynth commited on

Add inkling-logo.png to Git LFS for efficient storage
8b8566f

nomadicsynth commited on

Add support for PNG files in Git LFS tracking
b09ad3c

nomadicsynth commited on

Update color scheme in README to use yellow instead of gold
35ac796

nomadicsynth commited on

Update color scheme in README to enhance visual appeal
537c9da

nomadicsynth commited on

Update emoji in README to better represent Inkling's global research capabilities
0d63382

nomadicsynth commited on

Update short description in README for clarity on research discovery capabilities
cd676ee

nomadicsynth commited on

Update README to reflect new title and enhance description of Inkling's capabilities
323b1b7

nomadicsynth commited on

Update short description in README for clarity on research discovery capabilities
b4760dd

nomadicsynth commited on

Enhance abstract analysis function with input validation and improved reasoning prompts; update UI text for clarity and relevance
28f7e6c

nomadicsynth commited on

Update API name for search functionality in create_interface
fd9957e

nomadicsynth commited on

Enable API visibility in demo interface launch
721c4bf

nomadicsynth commited on

Add new categories for Quantitative Biology and Quantitative Finance in ARXIV_CATEGORIES
4bf7cef

nomadicsynth commited on

Hide analyze button and feedback accordions until paper is selected; clear previous outputs in create_interface
9af4223

nomadicsynth commited on

Fix lambda function syntax for updating UI elements in create_interface
aa3dfb3

nomadicsynth commited on

Add expert checkbox to analysis feedback and improve feedback handling
01babfe

nomadicsynth commited on

Refactor feedback components into accordions for improved organization and user experience
51e39cd

nomadicsynth commited on

Reorder flagging handlers for improved clarity
ba890ea

nomadicsynth commited on

Refactor feedback logging setup and add expert checkbox for paper matches
36ed904

nomadicsynth commited on