Commit History

remove system prompt, template variables, and pipeline tag from config yaml
c301575

John Graham Reynolds commited on

format history to encode a messages object of all past user and assistant messages as input
ee63f07

John Graham Reynolds commited on

try using fn to partially format and pass system prompt instead of config
6e20b16

John Graham Reynolds commited on

try using partial to partially format the system prompt
fc8d6af

John Graham Reynolds commited on

add date to date_str var in template formatting
5029f5a

John Graham Reynolds commited on

move date to another location
806b1ef

John Graham Reynolds commited on

update fn
07b0d8d

John Graham Reynolds commited on

grab date with fn inside runnable lambda
5dc4034

John Graham Reynolds commited on

move date string to just before prompt() and template it is used in- looks like passing str into RunnablePassthrough() is erroneous
80dda63

John Graham Reynolds commited on

pass date_str in chain for system prompt
d687543

John Graham Reynolds commited on

ignore hashing the already cached embeddings arg
c1c75a4

John Graham Reynolds commited on

add missing return statement
e49ec86

John Graham Reynolds commited on

make sure we are using the langchain_databricks implementation
4dd1424

John Graham Reynolds commited on

add self arg to all methods referenced in chain
4627350

John Graham Reynolds commited on

reference methods in chain directly
0191305

John Graham Reynolds commited on

update description
a62b777

John Graham Reynolds commited on

only cache chat model, vector store retriever, and embedding model for retriever
f8977f5

John Graham Reynolds commited on

instantiate chain in single line
a1495e2

John Graham Reynolds commited on

update chain build
8c98bf8

John Graham Reynolds commited on

update app to make use of chain
31a5031

John Graham Reynolds commited on

export ChainBuilder class to passing chain to streamlit app
5c3a0bf

John Graham Reynolds commited on

add chain config yaml - consider changing the temperature
47cd0ca

John Graham Reynolds commited on

add chain for reformatting inputs and augmenting the question with relevant context
29cf982

John Graham Reynolds commited on

add langchain base package to requirements
8df66b4

John Graham Reynolds commited on

pass user input to semantic search
d648be5

John Graham Reynolds commited on

update examples
f15be1a

John Graham Reynolds commited on

update title
0219321

John Graham Reynolds commited on

add config for coloring
2821c4b

John Graham Reynolds commited on

write history to see its format
2828740

John Graham Reynolds commited on

formatting
fb9ed3a

John Graham Reynolds commited on

rename title
2b9da67

John Graham Reynolds commited on

fix typo
1543f99

John Graham Reynolds commited on

update deocrator on fn that returns embedding model
6b9eb29

John Graham Reynolds commited on

try to change path to css file and add newer, non-experimental decorator for caching
4abddf8

John Graham Reynolds commited on

add build out of app using streamlit from DBRX template
f45b463

John Graham Reynolds commited on

add AI avatar pic
7edfd1a
verified

MarioBarbeque commited on

update color
6b7646b

John Graham Reynolds commited on

readd description
25b1dfe

John Graham Reynolds commited on

remove env var testing
6e06674

John Graham Reynolds commited on

rename token env var
0e29746

John Graham Reynolds commited on

update app to use Langchain for retreival
8bb66b9

John Graham Reynolds commited on

add langchain dependencies
7f097f8

John Graham Reynolds commited on

add file for cache folder
a60819c

John Graham Reynolds commited on

correct dependency issue, add idea comment
3a94a93

John Graham Reynolds commited on

add code for testing databricks access outside of databricks
d43b410

John Graham Reynolds commited on

Update README.md
7b952b0
verified

MarioBarbeque commited on

added transformers to requirements
c18eedd

John Graham Reynolds commited on

added base streamlit module
a2a0721

John Graham Reynolds commited on

Updated emoji and background
99c4043

John Graham Reynolds commited on