Commit History

Removed the TVs only vector store which was a sandpit dataset for a while - no longer needed.
5c71a71

alfraser commited on

Reduced permutations from 2 copies to 1 copy of training data to reduce training time
1b49492

alfraser commited on

Tidied up comments
acb7b9c

alfraser commited on

Internal chroma update
51d7c53

alfraser commited on

Adding the fine-tuning offline script
08aae17

alfraser commited on

Added the local environment file and fixed a typo in the readme
f87d5b8

alfraser commited on

Updated the readme
ce98eaa

alfraser commited on

Added convenience function to pop N items from the end of a list
d1f5906

alfraser commited on

Fixed typo in comment.
53ccfca

alfraser commited on

Added the display of the question typed into the side by side setup.
d0a9930

alfraser commited on

Removed debug print statements which cause extra chaff in the logs
1c63a8a

alfraser commited on

Fixed broken LinkedIn link
40cc6cf

alfraser commited on

Added a side by side compare for the architectures
88be29a

alfraser commited on

Updated the config to make the trimming less aggressive
c6fe718

alfraser commited on

Updated to refresh every 10 seconds when an endpoint is starting up
38dd285

alfraser commited on

Added a page to see and control (pause/resume) the model inference endpoints
dfe6290

alfraser commited on

Deleted the now redundant literature review placeholder and added the latest draft document
947148c

alfraser commited on

Updated page as I learnt there should only be one final document
0d9d7ad

alfraser commited on

Updated front page so that I can toggle off security and the associated message on the front page will just disappear
68dcdec

alfraser commited on

Updated front page
7c01db4

alfraser commited on

Renamed the architectures for clarity in the app
b2c83e6

alfraser commited on

Removed now unused code which calls huggin face via the free HTTP interface - moved everything to endpoints to be equivalent.
227dc25

alfraser commited on

Updated the architectures config to use the new endpoints
8c04dd2

alfraser commited on

Added user messaging when the endpoint is down.
0adaf44

alfraser commited on

Merge remote-tracking branch 'origin/main'
b3911a2

alfraser commited on

Added option to name an inference endpoint so it is human readable
27e1387

alfraser commited on

Added a new architecture component which calls hugging face via a dedicated inference end point and not the HTTP interface - needed due to the size of the fine-tuned model
f583523

alfraser commited on

Added a new architecture component which calls hugging face via a dedicated inference end point and not the HTTP interface - needed due to the size of the fine-tuned model
6000142

alfraser commited on

Tidied up space in formatting
0cd8882

alfraser commited on

Added regex dependency as not installed by default on huggingface
49cdf38

alfraser commited on

Added and configured a component to trim the architectures to remove some common junk referencing the vector retrieved documents.
d02c4c7

alfraser commited on

Internal chroma updates to the vector store
7155f18

alfraser commited on

Fixed a display issue in the markdown with dollar signs in prices
aff284c

alfraser commited on

Swicthed to use all_products as the sample vector store for the streamlit app
37adfc8

alfraser commited on

Added new all_products vector store
152a487

alfraser commited on

Enabled GIT LFS tracking sqlite3 files
2102bd1

alfraser commited on

Fixed bug aligning the names of the vector stores on train versus inference
c2d8e03

alfraser commited on

Fixed bug aligning the names of the vector stores on train versus inference
cc94398

alfraser commited on

Added the RAG training script to be run offline
d7a31e7

alfraser commited on

Switched the list joiner to not lowercase the inputs
cd5bd85

alfraser commited on

Added a couple of convenience methods to the classes to get the representations I needed, but put that in the classes
8531ccc

alfraser commited on

Added a utility to join lists of items as strings with comma/and separation
a565e7e

alfraser commited on

Added image for baseline architecture
06b78a1

alfraser commited on

Adding the image file missing from last commit.
f8a8e72

alfraser commited on

Added option to include a diagram of the architecture under test on the architectures page.
2db4636

alfraser commited on

Updating the requirements with better-profanity so it works on the server image.
1e9e439

alfraser commited on

Modified the input screener to be simple profanity check.
d246d52

alfraser commited on

Updated naming convention for dataset databases to be clearer.
8a677b0

alfraser commited on

Tweaked to remove the deterministic thread as not relevant to my project, and added safety steps for the baseline model.
44978ad

alfraser commited on

Internal chroma changes - maybe optimisations based on queries
f14a8f5

alfraser commited on