Fix path metadata consistency in incremental vector store updates
Prepend "./" to file paths passed to SimpleDirectoryReader during incremental updates so source document metadata matches full rebuilds. Also add API_key_temp to .gitignore.
This commit is contained in:
parent
e9fc99ddc6
commit
c47c5e5c4f
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,6 +23,7 @@ data
|
|||
|
||||
# Secrets
|
||||
.env
|
||||
API_key_temp
|
||||
|
||||
# Query log
|
||||
query.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue