Commit History

Changed function name as getting a conflict on the server which I am not getting locally
59df961

alfraser commited on

Added tags to the trace for the front end flows
1262b99

alfraser commited on

Added saving of the trace data
745c1f4

alfraser commited on

Added ability to request the hf token be writable, in combination with new environment secret
b927d45

alfraser commited on

Updated the RAG architecture to use the new baseline document store
a2978cc

alfraser commited on

Added the new vector store for use with the baseline data
c3f163d

alfraser commited on

Fixed less than/greater than bug where I was dropping the wrong reviews to achieve a target average review. Update the sql data set too.
2b08e8f

alfraser commited on

Added the script to shape the data for testing and the associated sqlite containg the test data
7e353fe

alfraser commited on

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