-
Notifications
You must be signed in to change notification settings - Fork 139
Add external indexers for RAG #4457
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So it begins... 🎉
worker/index/index.go
Outdated
} | ||
if !needIndexation { | ||
// TODO we should patch the metadata in the vector db when a | ||
// file has been moved/renamed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are also additional metadata that might be eventually be useful, e.g. the metadata.referenceDate
, the metadata.qualification.label
, ... At some point we will need to list which metadata to index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we only sending the file's content? In which case metadata or path changes seem irrelevant.
1f07d82
to
c89116d
Compare
worker/index/index.go
Outdated
} | ||
if !needIndexation { | ||
// TODO we should patch the metadata in the vector db when a | ||
// file has been moved/renamed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't we only sending the file's content? In which case metadata or path changes seem irrelevant.
c89116d
to
8660cc6
Compare
No description provided.