mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 13:45:58 -04:00
[GH-ISSUE #23] Knowledge Stack & Embeddings/Vector Search Documentation #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tristinbaileel on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/cloudstack-llc/msty-docs/issues/23
As an active Msty user with experience in vector databases, embeddings, and RAG implementations, I'd like to contribute detailed documentation about Knowledge Stacks. I've noticed users asking questions about knowledge base functionality (ref: #18), and I believe comprehensive documentation could help users better utilize these features.
Proposed Documentation Topics:
Knowledge Stack Fundamentals
Practical Guides
Advanced Usage
I can adapt the technical depth and scope based on your preferences. My goal is to help users understand and effectively use Msty's knowledge features while maintaining any implementation details you prefer to keep internal.
Questions:
I'm happy to start with a small section and iterate based on feedback.
Thank you for considering this contribution!
@ashokgelal commented on GitHub (Jan 28, 2025):
I absolutely think so!
As discussed on Discord, there is some gap in users' understanding of RAG/KS so if we could help it to educate users, despite of them being Msty users or not, that'd be great. I cannot think of anything that needs to be avoided but maybe to not get into too much technical details about vectors? And not overwhelm with telling all kinds of vector storages out there.
Preferred would be just forking this repo and adding the docs. But if running that locally is too much, I am fine with you sending just a markdown file as well (with any screenshots, if any).
Thanks for taking this initiative and looking forward to what you come up with!
@tristinbaileel commented on GitHub (Jan 28, 2025):
Thanks for the guidance! I'll probably have something ready to share tomorrow
@tristinbaileel commented on GitHub (Jan 31, 2025):
Hello! quick question .msty ignore also respects obsidian files when connecting a vault correct?
apologies for the delay, school, work, and a newborn tends to cause those. Also for basic communicating do you prefer this or discord server?
This is how I have the structure so far in the features tab:
I plan on also adding to the "how to" as well relating to obsidian integration/jina ai reranker. Each getting their own page with a slight intro of what they do etc, But i didn't know how much you wanted 3rd party services mentioned in the docs. Either way Ill respect your guidance on this, Thank you!
@ashokgelal commented on GitHub (Jan 31, 2025):
Look good!
Not sure if I understand your question about .mstyignore but it is very similar to .gitignore (follows the exact same glob pattern). It doesn't care what kind of data source it is and ignores the files/folders that match the pattern.
That's fine as long as it is in the context of RAG/KS and to an extent Msty.
@tristinbaileel commented on GitHub (Feb 1, 2025):
I tried to keep everything user-friendly while following the existing docs style.
Here's what I've created:
Knowledge Stack Basics (
1.basics.md)Understanding Embeddings (
2.embeddings.md)RAG Explained (
3.rag-explained.md)Advanced Settings (
4.advanced-features.md)advanced-chunk-settings.webpI've used the existing components (::alert, ::tabs) and made sure everything links together nicely.
Would love your feedback on:
Thanks for reviewing! Happy to make any adjustments needed.
1.basics.md
2.embeddings.md
3.rag-explained.md
4.advanced-features.md
@tristinbaileel commented on GitHub (Feb 3, 2025):
Quick question about interface screenshots for the how-to guide:
I'd like to add clear visual guides for creating Knowledge Stacks, but I want to ensure the screenshots match Msty's documentation standards. My monitor is 1440p, and my test screenshots didn't render well in the docs.
Would you be able to advise on:
I'm thinking of showing:
Happy to adjust my approach based on your preferences!
@ashokgelal commented on GitHub (Feb 3, 2025):
I don't have preferred sizes other than the sizes of the images that we are already using. You can look at them for the reference. However, if you only have 1440p monitor, the screenshots might not come out good. Let's do this - you add row resolution screenshots and before publish we'll replace them with high res (making them as close to your original source as possible.
@tristinbaileel commented on GitHub (Feb 4, 2025):
Added/Updated the docs some more!
What's New
create-knowledge-stacks.mdFiles Added
New Guide & Screenshots
how-to guides/create-knowledge-stacks.mdpublic/how-to/create-knowledge-stack/Updated Docs
features/knowledge-stack/1.basics.mdfeatures/knowledge-stack/2.embeddings.mdfeatures/knowledge-stack/3.rag-explained.mdfeatures/knowledge-stack/4.advanced-features.mdNote: These are complete rewrites of the feature docs, so you can discard the original versions.
Main Improvements
Updated Files:
1.basics.md
2.embeddings.md
3.rag-explained.md
4.advanced-features.md
New File:
create-knowledge-stacks.md
Needed Images for files:
custom-notes-import.webp:

file-import.webp:

folder-import.webp:

new-stack-button.webp:

obsidian-import.webp:

search-settings-interface.webp:

youtube-import.webp:

choose-knowledge-stack-in-chat-interface.webp:

chunk-settings-interface.webp:

compose-save-as-draft-buttons.webp:

@ashokgelal commented on GitHub (Feb 7, 2025):
It has now been merged! Thank you so much for your contribution @tristinbaileel!
https://docs.msty.app/features/knowledge-stack/basics
Knowledge Stack & Embeddings/Vector Search Documentationto [GH-ISSUE #23] Knowledge Stack & Embeddings/Vector Search Documentation