You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a directory has been already indexed with a previous /learn command, and is submitted for learning again, this proceeds without any warning. However, when the /ask command is used subsequently, the response contains all the extra context because of the duplicate document in the vector store.
Note: So, far only observed this issue with the anthropic:claude-v1.2 model. With openai:gpt-3.5-turbo, the LLM seems to work ok through the duplicate content.
The text was updated successfully, but these errors were encountered:
JasonWeill
changed the title
Submitting an existing indexed folder for /learn returns extra text
Folders can be learned with /learn multiple times
Oct 31, 2023
I still see the behavior @3coins mentioned above. Not sure whether this is a bug we need to fix; although the UI looks unusual, it is normal to learn a folder more than once, since its contents may change.
Summary
If a directory has been already indexed with a previous
/learn
command, and is submitted for learning again, this proceeds without any warning. However, when the/ask
command is used subsequently, the response contains all the extra context because of the duplicate document in the vector store.Note: So, far only observed this issue with the
anthropic:claude-v1.2
model. Withopenai:gpt-3.5-turbo
, the LLM seems to work ok through the duplicate content.The text was updated successfully, but these errors were encountered: