Skip to content

Commit

Permalink
Added link to other docs from RAG guide (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus2281 authored Sep 20, 2024
1 parent 9f2891f commit be10555
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guides/RAG.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,8 @@ This modularity allows developers to adapt the system to different business requ

The Solace AI Connector, when combined with technologies like RAG, LLMs, and embeddings, enables a powerful AI-driven ecosystem for real-time applications. By ingesting data, embedding it into vector databases, and performing retrieval-augmented generation with LLMs, developers can build applications that provide accurate, context-aware responses to user queries fast.

This YAML configuration serves as a template for setting up such an application, you can find the complete example in the [examples directory](../../examples/llm/openai_chroma_rag.yaml).
This YAML configuration serves as a template for setting up such an application, you can find the complete example in the [examples directory](../../examples/llm/openai_chroma_rag.yaml).

## Want to Learn More About Solace AI Connector?

Check out the [Solace AI Connector Overview](../overview.md) to explore its features in depth, or dive right in by following the [Getting Started Guide](../getting_started.md) to begin working with Solace AI Connector today!

0 comments on commit be10555

Please sign in to comment.