LocalAI remembering 'old' data #604
Unanswered
mike-niemand
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A few days ago I was using the langchain-chroma example.
LocalAI instance was spun up and in a separate terminal and using the store.py script I sent a small text file to it. This worked and I could then query it using the query.py script.
I then deleted the container running LocalAI and deleted the directory it was running in. I also cleared the db folder where the Chromadb was persisted.
I built LocalAI again and using the same method passed it completely different data, a csv. When I query it now though, in the LocalAI terminal it shows the context and it's the data that I originally add a few days ago i.e. the text file.
What gives? Is this stored somewhere even after the LocalAI is destroyed?
Beta Was this translation helpful? Give feedback.
All reactions