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]: User embeds are inserted in the prompt each time the chat is opened. #887

Closed
codedealer opened this issue Apr 3, 2024 · 0 comments · Fixed by #888
Closed

[bug]: User embeds are inserted in the prompt each time the chat is opened. #887

codedealer opened this issue Apr 3, 2024 · 0 comments · Fixed by #888

Comments

@codedealer
Copy link
Contributor

Describe the bug
User specified embeddings are inserted in the prompt each time the chat is opened resulting in duplication and context waste.

To Reproduce
Steps to reproduce the behavior:

  1. Create a simple text embed
  2. Start a new chat and use the embedding
  3. Use sidebar navigation to go to any other page
  4. Return to the chat
  5. After generating a new message, embedding content now doubles.
  6. Repeat steps 3-5, each time a new duplicate appears

Expected behavior
Embedding content is only ever used once in the prompt.

Screenshots

Test embed

image

Embed content doubling

image

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

Successfully merging a pull request may close this issue.

1 participant