Skip to content
Discussion options

You must be logged in to vote

To reset a chat flow so you can feed it new data (as shown in the original poster's picture) you need to do the following:

  1. make the changes wanted to the data file accessed by the file uploader (see attached picture)
  2. click "Clear Chat History" icon and click Save icon
  3. delete in-memory vector store and click Save icon
  4. add in new in-memory vector store and click Save icon

Then in the next chat, it will check it's cached chat history but it will be blank so then: the new data will flow from the file uploader, be embedded into the in-memory vector store, and the new data in the vector store will be used to pass along the top "winners" from the DB to the LLM and the chat agent will sort out …

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@lancerkind
Comment options

@lancerkind
Comment options

Comment options

You must be logged in to vote
2 replies
@Jaredude
Comment options

@lancerkind
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Jaredude
Comment options

Answer selected by lancerkind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants