Originally created by @alphafalcon on GitHub (Mar 17, 2025).
Check Existing Issues
I have searched the existing issues and discussions.
Problem Description
I'm trying to use the RAG functionality to search my obsidian.md knowledge base. However, a lot of context for the content of a note is in the path and filename.
For example, when asking to retrieve a phone number for Jane Doe, which is located inside a note "People/Jane Doe.md" the model responds with the phone number, but notes that there is no information about a Jane Doe in the provided context, probably because the context transmitted to the LLM only contains a <source_id> tag
Desired Solution you'd like
The model should optionally be provided with metadata about the files, allowing it to more precisely identify relevant material.
Alternatives Considered
No response
Additional Context
No response
Originally created by @alphafalcon on GitHub (Mar 17, 2025).
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
I'm trying to use the RAG functionality to search my obsidian.md knowledge base. However, a lot of context for the content of a note is in the path and filename.
For example, when asking to retrieve a phone number for Jane Doe, which is located inside a note "People/Jane Doe.md" the model responds with the phone number, but notes that there is no information about a Jane Doe in the provided context, probably because the context transmitted to the LLM only contains a <source_id> tag
### Desired Solution you'd like
The model should optionally be provided with metadata about the files, allowing it to more precisely identify relevant material.
### Alternatives Considered
_No response_
### Additional Context
_No response_
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @alphafalcon on GitHub (Mar 17, 2025).
Check Existing Issues
Problem Description
I'm trying to use the RAG functionality to search my obsidian.md knowledge base. However, a lot of context for the content of a note is in the path and filename.
For example, when asking to retrieve a phone number for Jane Doe, which is located inside a note "People/Jane Doe.md" the model responds with the phone number, but notes that there is no information about a Jane Doe in the provided context, probably because the context transmitted to the LLM only contains a <source_id> tag
Desired Solution you'd like
The model should optionally be provided with metadata about the files, allowing it to more precisely identify relevant material.
Alternatives Considered
No response
Additional Context
No response