rzvn commited on
Commit
e6f96a8
·
verified ·
1 Parent(s): c92e3bd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1670,7 +1670,7 @@
1670
  <li><strong>Vector Storage (Embeddings)</strong>: Preprocessed data is embedded and stored in a vector database (e.g., Pinecone) for semantic search and RAG operations.</li>
1671
  <li><strong>Real-time Updates (MCP Stream)</strong>: MCPs continuously stream real-time events and updates (e.g., user actions, market changes, regulatory alerts) to the Knowledge Integration layer.</li>
1672
  <li><strong>Knowledge Integration (Context)</strong>: This layer combines retrieved information from the Vector Storage with real-time updates to build a comprehensive context for the RAG Engine and specialized agents.</li>
1673
- <li><strong>Response Generation (Agent Output)</strong>: The RAG Engine and specialized agents process queries and context to generate intelligent responses, proactive interventions, or actionable insights.</li>
1674
  </ul>
1675
 
1676
  </section>
 
1670
  <li><strong>Vector Storage (Embeddings)</strong>: Preprocessed data is embedded and stored in a vector database (e.g., Pinecone) for semantic search and RAG operations.</li>
1671
  <li><strong>Real-time Updates (MCP Stream)</strong>: MCPs continuously stream real-time events and updates (e.g., user actions, market changes, regulatory alerts) to the Knowledge Integration layer.</li>
1672
  <li><strong>Knowledge Integration (Context)</strong>: This layer combines retrieved information from the Vector Storage with real-time updates to build a comprehensive context for the RAG Engine and specialized agents.</li>
1673
+ <li><strong>Response Generation (Agent Output/Export to csv)</strong>: The RAG Engine and specialized agents process queries and context to generate intelligent responses, proactive interventions, or actionable insights.</li>
1674
  </ul>
1675
 
1676
  </section>