Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with memory in learning path chat Chain #31

Open
gksoriginals opened this issue Aug 12, 2023 · 0 comments
Open

Fix issue with memory in learning path chat Chain #31

gksoriginals opened this issue Aug 12, 2023 · 0 comments

Comments

@gksoriginals
Copy link
Contributor

Right now answering questions from documents and providing learning path urls are implemented as separate chains. Uploading learning path details to vector store was not working due to some reason. We try to classify user input as learning path query or not and then if learning path query a new chain with context learning path info will answer the question. Otherwise normal Document retrieval chat is initiated.

  • Issue here is I am unable to add memory to the learning path chat chain
  • Try to fix this by adding learning path query to vector store.
  • If not working find fix for adding memory to learning path chat chain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant