Skip to content

Commit

Permalink
synth docs edit
Browse files Browse the repository at this point in the history
  • Loading branch information
kritinv committed Oct 21, 2024
1 parent a8daecd commit da64326
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions docs/docs/evaluation-datasets-synthetic-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ To generate contexts from user-provided documents, the documents are first split
style={{
display: "flex",
alignItems: "center",
justifyContent: "start",
justifyContent: "center",
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/generate_from_docs.png"
src="https://confident-bucket.s3.amazonaws.com/generate_from_docs.svg"
alt="LangChain"
style={{
marginTop: "-20px",
marginTop: "20px",
marginBottom: "50px",
height: "auto",
maxHeight: "800px",
}}
Expand All @@ -60,15 +61,15 @@ If you already have access to prepared contexts, you can skip the document proce
style={{
display: "flex",
alignItems: "center",
justifyContent: "start",
justifyContent: "center",
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/generate_from_contexts.png"
src="https://confident-bucket.s3.amazonaws.com/generate_from_contexts.svg"
alt="LangChain"
style={{
marginTop: "-20px",
marginBottom: "-40px",
marginTop: "20px",
marginBottom: "20px",
height: "auto",
maxHeight: "800px",
}}
Expand All @@ -87,14 +88,15 @@ This approach is particularly useful if your LLM application **doesn’t rely on
style={{
display: "flex",
alignItems: "center",
justifyContent: "start",
justifyContent: "center",
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/generate_from_scratch.png"
src="https://confident-bucket.s3.amazonaws.com/generate_from_scratch.svg"
alt="LangChain"
style={{
marginTop: "-20px",
marginTop: "50px",
marginBottom: "50px",
height: "auto",
maxHeight: "800px",
}}
Expand Down Expand Up @@ -184,10 +186,11 @@ Context filtering is only applicable when using the `generate_from_docs` method.
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/filtering_context.png"
src="https://confident-bucket.s3.amazonaws.com/filtering_context.svg"
alt="LangChain"
style={{
marginTop: "-20px",
marginTop: "50px",
marginBottom: "50px",
height: "auto",
maxHeight: "800px",
}}
Expand All @@ -207,10 +210,11 @@ Context filtering is only applicable when using the `generate_from_docs` method.
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/filtering_input.png"
src="https://confident-bucket.s3.amazonaws.com/filtering_input.svg"
alt="LangChain"
style={{
marginBottom: "20px",
marginTop: "50px",
marginBottom: "50px",
height: "auto",
maxHeight: "800px",
}}
Expand Down Expand Up @@ -300,10 +304,11 @@ For example, a Golden might take the following evolution route when `num_evoluti
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/evolutions.png"
src="https://confident-bucket.s3.amazonaws.com/evolutions.svg"
alt="LangChain"
style={{
marginBottom: "20px",
marginTop: "20px",
marginBottom: "50px",
height: "auto",
maxHeight: "400px",
}}
Expand Down Expand Up @@ -341,9 +346,11 @@ The scenario, task, and input format parameters are used to enforce the input st
}}
>
<img
src="https://confident-bucket.s3.amazonaws.com/synthesizer_customization.png"
src="https://confident-bucket.s3.amazonaws.com/synthesizer_customization.svg"
alt="LangChain"
style={{
marginTop: "50px",
marginBottom: "50px",
height: "auto",
maxHeight: "800px",
}}
Expand Down

0 comments on commit da64326

Please sign in to comment.