Skip to content

Commit 37657b6

Browse files
committed
build errors - fix links
1 parent 6dfbbcc commit 37657b6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

source/claim-management-llm-vs.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Claim Management Using LLMS and Vector Search for RAG
2020
:depth: 2
2121
:class: onecol
2222

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>`
2929
- 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/>`
3333

3434
Overview
3535
--------
@@ -44,7 +44,7 @@ formats that have been historically nearly impossible to index with
4444
traditional methods.
4545

4646
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>`
4848
in their datastores, but failing to capitalize on the possibility
4949
of accessing and leveraging it to uncover business insights,
5050
deliver better customer experiences, and streamline operations.
@@ -55,9 +55,9 @@ organizations and their customers.
5555

5656
Our solution addresses these challenges by combining the power of
5757
: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>`
5959
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>`
6161
system, allowing organizations to go beyond the limitations of
6262
baseline foundational models, making them context-aware by feeding
6363
them proprietary data. In this way, they can leverage the
@@ -105,7 +105,7 @@ Building the Solution
105105
---------------------
106106

107107
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>`,
109109
where you can use the following steps:
110110

111111
1. OpenAI API key setup

0 commit comments

Comments
 (0)