-
Notifications
You must be signed in to change notification settings - Fork 40
banner #204
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
banner #204
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,14 @@ Structured data (schema.org SoftwareApplication) — indexed by search engines, | |
| } | ||
| --> | ||
|
|
||
| <p align="center"> | ||
| <img | ||
| src="./assets/knowledge-rag-banner.png" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Include the banner asset or correct the image path before merging.
🤖 Prompt for AI Agents |
||
| alt="knowledge-rag — Local Hybrid RAG for MCP" | ||
| width="100%" | ||
| /> | ||
| </p> | ||
|
|
||
| # knowledge-rag | ||
|
|
||
| <div align="center"> | ||
|
|
||
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.
When the README is rendered,
./assets/knowledge-rag-banner.pngresolves to a file that is absent from the repository, causing the new banner to display as a broken image.Prompt To Fix With AI