You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-

1
+

2
2
3
-
# ContextGem: The Easiest and Fastest Way to Build LLM Extraction Workflows
3
+
# ContextGem: Easier and faster way to build LLM extraction workflows
-[Extracting Aspects and Concepts from a Document](https://contextgem.dev/advanced_usage.html#extracting-aspects-and-concepts-from-a-document)
229
229
-[Using a Multi-LLM Pipeline to Extract Data from Several Documents](https://contextgem.dev/advanced_usage.html#using-a-multi-llm-pipeline-to-extract-data-from-several-documents)
230
230
@@ -236,6 +236,17 @@ ContextGem leverages LLMs' long context windows to deliver superior extraction a
236
236
Read more on [how it works](https://contextgem.dev/how_it_works.html) in the documentation.
237
237
238
238
239
+
## ⚡ Optimizations
240
+
241
+
ContextGem documentation offers guidance on optimization strategies to maximize performance, minimize costs, and enhance extraction accuracy:
242
+
243
+
-[Optimizing for Accuracy](https://contextgem.dev/optimizations/optimization_accuracy.html)
244
+
-[Optimizing for Speed](https://contextgem.dev/optimizations/optimization_speed.html)
245
+
-[Optimizing for Cost](https://contextgem.dev/optimizations/optimization_cost.html)
246
+
-[Dealing with Long Documents](https://contextgem.dev/optimizations/optimization_long_docs.html)
247
+
-[Choosing the Right LLM(s)](https://contextgem.dev/optimizations/optimization_choosing_llm.html)
248
+
249
+
239
250
## 📚 Documentation
240
251
241
252
Full documentation is available at [contextgem.dev](https://contextgem.dev).
Copy file name to clipboardExpand all lines: dev/readme.template.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-

1
+

2
2
3
-
# ContextGem: The Easiest and Fastest Way to Build LLM Extraction Workflows
3
+
# ContextGem: Easier and faster way to build LLM extraction workflows
-[Extracting Aspects and Concepts from a Document](https://contextgem.dev/advanced_usage.html#extracting-aspects-and-concepts-from-a-document)
61
61
-[Using a Multi-LLM Pipeline to Extract Data from Several Documents](https://contextgem.dev/advanced_usage.html#using-a-multi-llm-pipeline-to-extract-data-from-several-documents)
62
62
@@ -68,6 +68,17 @@ ContextGem leverages LLMs' long context windows to deliver superior extraction a
68
68
Read more on [how it works](https://contextgem.dev/how_it_works.html) in the documentation.
69
69
70
70
71
+
## ⚡ Optimizations
72
+
73
+
ContextGem documentation offers guidance on optimization strategies to maximize performance, minimize costs, and enhance extraction accuracy:
74
+
75
+
-[Optimizing for Accuracy](https://contextgem.dev/optimizations/optimization_accuracy.html)
76
+
-[Optimizing for Speed](https://contextgem.dev/optimizations/optimization_speed.html)
77
+
-[Optimizing for Cost](https://contextgem.dev/optimizations/optimization_cost.html)
78
+
-[Dealing with Long Documents](https://contextgem.dev/optimizations/optimization_long_docs.html)
79
+
-[Choosing the Right LLM(s)](https://contextgem.dev/optimizations/optimization_choosing_llm.html)
80
+
81
+
71
82
## 📚 Documentation
72
83
73
84
Full documentation is available at [contextgem.dev](https://contextgem.dev).
Copy file name to clipboardExpand all lines: docs/source/advanced_usage.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Advanced usage examples
21
21
Below are complete, self-contained examples demonstrating advanced usage of ContextGem.
22
22
23
23
24
-
🔍 Extracting Aspects with Concepts
25
-
------------------------------------
24
+
🔍 Extracting Aspects Containing Concepts
25
+
------------------------------------------
26
26
27
27
.. tip::
28
28
Concept extraction is useful for extracting specific data points from a document or an aspect. For example, a "Payment terms" aspect in a contract may have multiple concepts:
0 commit comments