@@ -20,16 +20,16 @@ Claim Management Using LLMS and Vector Search for RAG
20
20
:depth: 2
21
21
:class: onecol
22
22
23
- - Use cases: :ref: `Generative AI<https://www.mongodb.com/basics/generative-ai>`,
24
- :ref `Content Management<https://www.mongodb.com/solutions/use-cases/content-management>`
25
- - Industries: :ref: `Insurance<https://www.mongodb.com/solutions/industries/insurance>`,
26
- :ref: `Financial Services<https://www.mongodb.com/solutions/industries/financial-services>`,
27
- :ref: `Manufacturing and Mobility<https://www.mongodb.com/solutions/industries/manufacturing>`,
28
- :ref: `Retail<https://www.mongodb.com/solutions/industries/retail>`
23
+ - Use cases: `Generative AI<https://www.mongodb.com/basics/generative-ai>`,
24
+ `Content Management<https://www.mongodb.com/solutions/use-cases/content-management>`
25
+ - Industries: `Insurance<https://www.mongodb.com/solutions/industries/insurance>`,
26
+ `Financial Services<https://www.mongodb.com/solutions/industries/financial-services>`,
27
+ `Manufacturing and Mobility<https://www.mongodb.com/solutions/industries/manufacturing>`,
28
+ `Retail<https://www.mongodb.com/solutions/industries/retail>`
29
29
- Products: :ref:`MongoDB Atlas<atlas-getting-started>`, :ref:`Vector Search<avs-overview>`
30
- - Partners: :ref: `Langchain<https://www.mongodb.com/developer/products/mongodb/langchain-vector-search/>`,
31
- :ref: `OpenAI<https://www.mongodb.com/developer/products/atlas/using-openai-latest-embeddings-rag-system-mongodb/>`,
32
- :ref: `FastAPI<https://www.mongodb.com/developer/technologies/fastapi/>`
30
+ - Partners: `Langchain<https://www.mongodb.com/developer/products/mongodb/langchain-vector-search/>`,
31
+ `OpenAI<https://www.mongodb.com/developer/products/atlas/using-openai-latest-embeddings-rag-system-mongodb/>`,
32
+ `FastAPI<https://www.mongodb.com/developer/technologies/fastapi/>`
33
33
34
34
Overview
35
35
--------
@@ -44,7 +44,7 @@ formats that have been historically nearly impossible to index with
44
44
traditional methods.
45
45
46
46
Over the years, insurance companies have been accumulating terabytes of
47
- :ref: `unstructured data<https://www.mongodb.com/resources/basics/unstructured-data>`
47
+ `unstructured data<https://www.mongodb.com/resources/basics/unstructured-data>`
48
48
in their datastores, but failing to capitalize on the possibility
49
49
of accessing and leveraging it to uncover business insights,
50
50
deliver better customer experiences, and streamline operations.
@@ -55,9 +55,9 @@ organizations and their customers.
55
55
56
56
Our solution addresses these challenges by combining the power of
57
57
:ref:`|avs|<avs-overview>` and a
58
- :ref: `Large Language Model (LLM)<https://www.mongodb.com/resources/basics/artificial-intelligence/large-language-models>`
58
+ `Large Language Model (LLM)<https://www.mongodb.com/resources/basics/artificial-intelligence/large-language-models>`
59
59
in a
60
- :ref: `retrieval augmented generation (RAG)<https://www.mongodb.com/resources/basics/artificial-intelligence/retrieval-augmented-generation>`
60
+ `retrieval augmented generation (RAG)<https://www.mongodb.com/resources/basics/artificial-intelligence/retrieval-augmented-generation>`
61
61
system, allowing organizations to go beyond the limitations of
62
62
baseline foundational models, making them context-aware by feeding
63
63
them proprietary data. In this way, they can leverage the
@@ -105,7 +105,7 @@ Building the Solution
105
105
---------------------
106
106
107
107
The instructions to build the demo are included in the readme of
108
- :ref: `this Github repo<https://github.com/mongodb-industry-solutions/RAG-Insurance/tree/main>`,
108
+ `this Github repo<https://github.com/mongodb-industry-solutions/RAG-Insurance/tree/main>`,
109
109
where you can use the following steps:
110
110
111
111
1. OpenAI API key setup
0 commit comments