remove system prompt, template variables, and pipeline tag from config yaml c301575 John Graham Reynolds commited on Nov 12, 2024
format history to encode a messages object of all past user and assistant messages as input ee63f07 John Graham Reynolds commited on Nov 12, 2024
try using fn to partially format and pass system prompt instead of config 6e20b16 John Graham Reynolds commited on Nov 12, 2024
try using partial to partially format the system prompt fc8d6af John Graham Reynolds commited on Nov 12, 2024
add date to date_str var in template formatting 5029f5a John Graham Reynolds commited on Nov 12, 2024
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 Nov 12, 2024
ignore hashing the already cached embeddings arg c1c75a4 John Graham Reynolds commited on Nov 12, 2024
make sure we are using the langchain_databricks implementation 4dd1424 John Graham Reynolds commited on Nov 12, 2024
add self arg to all methods referenced in chain 4627350 John Graham Reynolds commited on Nov 12, 2024
only cache chat model, vector store retriever, and embedding model for retriever f8977f5 John Graham Reynolds commited on Nov 12, 2024
export ChainBuilder class to passing chain to streamlit app 5c3a0bf John Graham Reynolds commited on Nov 11, 2024
add chain config yaml - consider changing the temperature 47cd0ca John Graham Reynolds commited on Nov 11, 2024
add chain for reformatting inputs and augmenting the question with relevant context 29cf982 John Graham Reynolds commited on Nov 11, 2024
update deocrator on fn that returns embedding model 6b9eb29 John Graham Reynolds commited on Nov 11, 2024
try to change path to css file and add newer, non-experimental decorator for caching 4abddf8 John Graham Reynolds commited on Nov 11, 2024
add build out of app using streamlit from DBRX template f45b463 John Graham Reynolds commited on Nov 11, 2024
add code for testing databricks access outside of databricks d43b410 John Graham Reynolds commited on Nov 10, 2024