Commit History
Updated default dataset, packages, and readme e652453
Updated readme to latest gradio sdk version 4574f25
Package updates (gradio to 6.0.1) 4631b8d
Updated default source embeddings to latest version of redaction app (v1.6.1) 19882cf
Updated embeddings for example, package requirements. ebafe4b
Lowered scipy requirement for Hugging Face compatibility 4b67448
Removed langchain and llama-cpp-python (not actively supported anymore) dependencies. Updated packages. Updated default dataset 5b2f824
Updated user guide example. App should now be able to accept .md files as input 48d391e
Merge pull request #8 from seanpedrick-case/dev d2296bf unverified
Sean Pedrick-Case commited on
Changed embedding model to mixed bread xsmall, optimised related functions in general. Updated Gemini model references. d3a9db3
Merge pull request #7 from seanpedrick-case/dev ae0ac42 unverified
Sean Pedrick-Case commited on
Updated default data source 4881bc0
Merge pull request #6 from seanpedrick-case/dev 22d34ac unverified
Sean Pedrick-Case commited on
Corrected Gemma model prompt format, made prompts in general ask for more detail. Wording changes. a0e9486
Merge pull request #5 from seanpedrick-case/dev 91e0b76 unverified
Sean Pedrick-Case commited on
Hugging Face spaces implementation seems unable to install latest llama-cpp-python version, so downgrading. 14d074b
Merge pull request #4 from seanpedrick-case/dev 75471aa unverified
Sean Pedrick-Case commited on
Updated Dockerfile so it actually works. Modified config file to include/exclude models and change relevant options as needed. Fixed thumbs up/down feedback. 96d818b
Merge pull request #3 from seanpedrick-case/dev 60425fc unverified
Sean Pedrick-Case commited on
Removed other references to boto3 client b4066c5
Merge pull request #2 from seanpedrick-case/dev aa5c77e unverified
Sean Pedrick-Case commited on
Removed obligatory bedrock load in from app 843932c
Merge pull request #1 from seanpedrick-case/dev a1ae0af unverified
Sean Pedrick-Case commited on
Refocused app for working with Document Redaction guide. Added Gemma 3 1b as base model. Various UI and config improvements 03afd76
Initial compatibility tested for use with Gemini and AWS Bedrock APIs ee7464e
Returned to bge-base embeddings for now. Improved UI a little 0c818aa
Updated packages, functions, fixed a couple of bugs a73f005
Added boto3 to requirements 5151113
Updated packages, models, preparing for use with AWS (in background) 4a190c2
Changed 'large' model to Phi 3 Mini gguf 128k. Added requirements file for cpu. Put prompts in separate file. 232a079
Attempted Gradio downgrade to 3.50.2 to resolve version conflicts 15476e8
CPU Flan inference is crashing, so trying to revert to previous package versions that worked 85b6613
Removed reference to ctransformers 5cdf399
Upgraded gradio and packages to latest. Switched Ctransformers with Llama.cpp Python f301d67
Minor dependency updates, increased max allowable layers for GPU 8aa3ebb
Sean-Case commited on
Added temperature slider, more stringent checks for document relevance 6a76923
Sean-Case commited on
Added slider for changing number of passages out d53332d
Sean-Case commited on
Improved prompting for csv/excel files ee77123
Sean-Case commited on
put back pip install requirement for gradio 3.42.0 for likeData compatibility a462256
Sean-Case commited on
Added csv/Excel file support d4b0a2c
Sean-Case commited on
Put sources behind accordion, minor change to model params. Gitignore update c2ff47a
Sean-Case commited on
Hid gpu layers behind accordion 7339026
Sean-Case commited on
Build fail when gpu_layers > 0, so will set to 0 at start and modify in app. 0a7a8db
Sean-Case commited on
Made GPU layer bar invisible. Changed default GPU layers when CUDA available 8249fd3
Sean-Case commited on
Upgraded large model to Mistral OpenOrca 7B Q4. More checks for empty questions. 994ad90
Sean-Case commited on
Changed embedding model, added reference to chat model on front page 275393f
Sean-Case commited on
Improved advanced model prompt, added stop generation button. context prompt improvements d213c15
Sean-Case commited on
Stop generation button. Better model load. Trying one source that's longer. d5a8385
Sean-Case commited on
Setting gpu_layer slider to false to prevent accidental misuse 9aef340
Sean-Case commited on