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

[BUG] Chat Loses File Context After First Question When Using Embedding Without Vector Store #3934

Open
marcosmarf27 opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@marcosmarf27
Copy link

Describe the bug
The chat loses file context after the first question when using file upload (embedding) without vector store. After answering the first question related to the uploaded file, subsequent questions can no longer reference the file content, effectively losing all conversation context.

To Reproduce
Steps to reproduce the behavior:

  1. Access Flowise chat
  2. Upload a file using the embedding functionality
  3. Ask a first question about the file content
  4. Observe that the first question is answered correctly
  5. Ask a second question related to the file
  6. Observe that the chat can no longer reference the file content

Expected behavior
The chat should maintain the file context throughout the entire conversation, allowing multiple questions about the loaded file content without losing reference to it.

Screenshots
[Add screenshots showing the error behavior]

Flow

chatpessoal Chatflow.json

Setup

  • Installation: [specify installation method used]
  • Flowise Version: latest version
  • OS: [specify your OS]
  • Browser: [specify your browser]

Additional context

  • The issue occurs specifically when using complete file upload without vector store
  • The behavior is consistent and reproducible across all attempts
  • The first question after upload works correctly, indicating that the initial upload is being processed properly
  • The problem appears to be related to conversation context management after the first interaction
@HenryHengZJ HenryHengZJ changed the title [BUG] [BUG] Chat Loses File Context After First Question When Using Embedding Without Vector Store Feb 4, 2025
@HenryHengZJ HenryHengZJ added the bug Something isn't working label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants