cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

sebascardonal
by New Contributor II
  • 2463 Views
  • 4 replies
  • 0 kudos

LangGraph MemorySaver checkpointer usage with MLflow

Hi everyone.I am working on a graph that utilizes the MemorySaver class to incorporate short-term memory. This will enable me to maintain a multi-turn conversation with the user by storing the chat history.I am using the MLflow "models from code" fea...

  • 2463 Views
  • 4 replies
  • 0 kudos
Latest Reply
sebascardonal
New Contributor II
  • 0 kudos

Hi @moemedina. No, I didn't.I'm considering using ChatModel/ChatAgent class to wrap the graph and be able to move on. However, the MLflow documentation is still referring to ChatModel where Chat Agent is the latest recommendation:MLflow ChatModel Doc...

  • 0 kudos
3 More Replies
wind2025
by New Contributor II
  • 1118 Views
  • 1 replies
  • 1 kudos

I am struggling on complicated RAG code for Mosaic evaluation deployment

I want to know how I can apply some complicated RAG designs so I can directly deploy on the Mosaic AI evaluation UI. There are two cases:1. two or more index retrieval as independent tools (parallel retrievals)2.two index retrieval processes that dep...

  • 1118 Views
  • 1 replies
  • 1 kudos
Latest Reply
Mantsama4
Contributor III
  • 1 kudos

Interesting use case, would love to know the answer!

  • 1 kudos
gwfj
by New Contributor
  • 1649 Views
  • 2 replies
  • 0 kudos

Retrieved Docs in Message History

Hi,I've deployed a Langchain model via MLFlow log model and a deployment agent (following this https://notebooks.databricks.com/demos/llm-rag-chatbot/index.html#)How do I add additional content to the message history for example, I'd like to add retr...

  • 1649 Views
  • 2 replies
  • 0 kudos
Latest Reply
Brian-Nowak
New Contributor II
  • 0 kudos

Hi @davidhuang thanks for pointing to that demo! That implementation of chat history did work in my experience, but it's a little simplistic and could be token-intensive if the history needs to be maintained as a list like that. Has Databricks done a...

  • 0 kudos
1 More Replies