Commit History

Merge pull request #7 from seanpedrick-case/dev
ae0ac42
Running
unverified

Sean Pedrick-Case commited on

Updated default data source
4881bc0

seanpedrickcase commited on

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

seanpedrickcase commited on

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

seanpedrickcase commited on

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

seanpedrickcase commited on

Merge pull request #3 from seanpedrick-case/dev
60425fc
unverified

Sean Pedrick-Case commited on

Removed other references to boto3 client
b4066c5

seanpedrickcase commited on

Merge pull request #2 from seanpedrick-case/dev
aa5c77e
unverified

Sean Pedrick-Case commited on

Removed obligatory bedrock load in from app
843932c

seanpedrickcase commited on

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

seanpedrickcase commited on

Initial compatibility tested for use with Gemini and AWS Bedrock APIs
ee7464e

seanpedrickcase commited on

Returned to bge-base embeddings for now. Improved UI a little
0c818aa

seanpedrickcase commited on

Updated packages, functions, fixed a couple of bugs
a73f005

seanpedrickcase commited on

Updated packages, models, preparing for use with AWS (in background)
4a190c2

seanpedrickcase commited on

Changed 'large' model to Phi 3 Mini gguf 128k. Added requirements file for cpu. Put prompts in separate file.
232a079

seanpedrickcase commited on

Attempted Gradio downgrade to 3.50.2 to resolve version conflicts
15476e8

seanpedrickcase commited on

CPU Flan inference is crashing, so trying to revert to previous package versions that worked
85b6613

seanpedrickcase commited on

Removed reference to ctransformers
5cdf399

seanpedrickcase commited on

Upgraded gradio and packages to latest. Switched Ctransformers with Llama.cpp Python
f301d67

seanpedrickcase commited on

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

Removed bootstrapper.py as it may confuse HF
febdc08

Sean-Case commited on

gpu_layers should now update correctly. Added code for creating distribution.
114048b

Sean-Case commited on

Downgraded Gradio back to 3.42.0 in case that's an issue.
9795699

Sean-Case commited on

Hopefully fixed Orca load cuda error. Loads in Orca on app load. Later gradio version installed.
1365c48

Sean-Case commited on

Temporarily disabled Orca Mini load until Cuda compatibility sorted out
67af224

Sean-Case commited on

Explicitly installs required gradio version upon loading app
e78df68

Sean-Case commited on

Added working like buttons. Added model choice. Modified requirements txt
2e536f9

Sean-Case commited on

added bot icon with white background
84b25ff

Sean-Case commited on

Cleaned up code a bit, added user icons, thumbs up/down
aa0ad5d

Sean-Case commited on

Reduced chat box size further
0b0054b

Sean-Case commited on

Reduced chat box height
302ada4

Sean-Case commited on