ASTERIZER commited on
Commit
1111c5e
·
verified ·
1 Parent(s): 94d6754

Upload Base/Datasets/rag_mcp_sft/source_manifest.json with huggingface_hub

Browse files
Base/Datasets/rag_mcp_sft/source_manifest.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "retrieved_on": "2026-04-03",
3
+ "sources": [
4
+ {
5
+ "topic": "mcp",
6
+ "url": "https://modelcontextprotocol.io/introduction",
7
+ "title": "What is the Model Context Protocol (MCP)?",
8
+ "notes": [
9
+ "MCP is an open standard for connecting AI applications to tools, data sources, and workflows.",
10
+ "The ecosystem spans hosts like IDEs and assistants plus many local and remote servers.",
11
+ "The main value is interoperable context and actions across tools without bespoke integrations."
12
+ ]
13
+ },
14
+ {
15
+ "topic": "mcp",
16
+ "url": "https://modelcontextprotocol.io/docs/concepts/architecture",
17
+ "title": "MCP Architecture Overview",
18
+ "notes": [
19
+ "MCP uses a client-server architecture with hosts, clients, and servers.",
20
+ "The data layer is JSON-RPC 2.0 based and includes lifecycle, tools, resources, prompts, and notifications.",
21
+ "The transport layer covers stdio for local use and streamable HTTP for remote use."
22
+ ]
23
+ },
24
+ {
25
+ "topic": "rag",
26
+ "url": "https://www.pinecone.io/learn/retrieval-augmented-generation/",
27
+ "title": "Retrieval-Augmented Generation (RAG)",
28
+ "notes": [
29
+ "RAG addresses stale knowledge, weak domain depth, missing private data, and hallucination risk.",
30
+ "Core stages are ingestion, retrieval, augmentation, and generation.",
31
+ "Good RAG systems emphasize chunking, retrieval quality, reranking, grounding, citations, and evaluation."
32
+ ]
33
+ }
34
+ ]
35
+ }