inkling / app.py

Commit History

Add feedback acknowledgment messages in create_interface function
228ae53

nomadicsynth commited on

Refactor code for improved readability and consistency in function definitions and error handling
e65f100

nomadicsynth commited on

Refactor output formatting in analyse_abstracts function for improved readability
3fe9024

nomadicsynth commited on

Update feedback message in create_interface function to clarify analysis terminology
db59f6d

nomadicsynth commited on

Remove commented return statement in analyse_abstracts function for cleaner code
e51a9e9

nomadicsynth commited on

Update reasoning model ID to Mistral-7B-Instruct-v0.3 and comment out previous model
e64a7d2

nomadicsynth commited on

Update feedback message in create_interface function for clarity and user guidance
d969ef2

nomadicsynth commited on

Remove YAML header from README display in About tab for cleaner presentation
d5ed425

nomadicsynth commited on

Refactor response handling in generate function and add generate_swanson_style_prompt for bridge detection
c39d6e0

nomadicsynth commited on

Refactor UI layout in create_interface function to use tabs for better organization and accessibility of content
76f92f8

nomadicsynth commited on

Remove commented-out error handling structure in format_search_results function
87941c2

nomadicsynth commited on

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

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

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

Fix data path handling and ensure directories for flagged analyses and paper matches are created
162dd72

nomadicsynth commited on

Enhance instructions and privacy policy in the interface, and improve feedback components for paper analysis
ab58f48

nomadicsynth commited on

Refactor feedback visibility logic in analysis interface
27cb081

nomadicsynth commited on

Add feedback logging and UI components for analysis and paper matches
f67af4b

nomadicsynth commited on