ragtest-sakimilo / streamlit_app.py

Commit History

swap to new embedding model and handle user 'i dont know' scenario
8c107a7

lingyit1108 commited on

tweak the vision_api prompt, create configuration files, minor tweak to main script
e29216a

lingyit1108 commited on

added winnie-the-pooh mode; and clean up question by user_id
be36d9d

lingyit1108 commited on

switch default model to be gpt-4
6ba18f0

lingyit1108 commited on

added logical reasoning
c81f36b

lingyit1108 commited on

added more questions
9b5e886

lingyit1108 commited on

finishing up the app: UI, content understanding, questionaire, coaching
69e20d0

lingyit1108 commited on

finished answer evaluation
8434471

lingyit1108 commited on

to create RAGAs result with triad of metrics
b580d80

lingyit1108 commited on

finishing QnA and functions calling plus pydantic
ac8a60b

lingyit1108 commited on

cache chroma_db, fine-tuned-embeddings, etc.
bd54294

lingyit1108 commited on

added ux, vision_api, qna.txt
dec332b

lingyit1108 commited on

added streamlit-feedback deps
3557a96

lingyit1108 commited on

added feedback button
b034166

lingyit1108 commited on

to implement rag in the streamlit chatbot app
47e9340

lingyit1108 commited on

added streamlit files under pages
23e06a5

lingyit1108 commited on

added trulens implementation for evaluation
b2b3b83

lingyit1108 commited on

added compatible secrets management code
a561bc6

lingyit1108 commited on

tidy up single/double quotes
d026604

lingyit1108 commited on

to fix the bug when NoneType occur at the end of prompt response
c3572db

lingyit1108 commited on

corrected code to generate openai completion delta content
09f2e2a

lingyit1108 commited on

to enable streaming feature in openai response
b6cdc6a

lingyit1108 commited on

cap temperature to 2.0 as it is the maximum for openai gpt models
5abcb47

lingyit1108 commited on

added all relevant assets for streamlit deployment
db694c4

lingyit1108 commited on