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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# MachineIntelligence-TextAnalytics-TPLDataFlows
2
2
3
3
## Machine Intelligence Text Analytics Enrichment implemented using Task Parallel Library Data Flow Pipelines:
4
-
* Document Enrichment Pipeline - Builds the entire Vector Database using OpenAI embeddings in SQL using 50 selected books
5
-
* Q&A Over Vector Database Pipeline - Searches the SQL Vector Database with provided question phrase using Semantic Kernel
6
-
* Total Text (OpenAI) Tokens Processed:...............8,267,408
7
-
* Total Text (Characters) Length Processed:..........33,702,085
8
-
* Total cost for processing and building Vector Database using OpenAI Embeddings (Feb 2024 prices):..~$0.84 (~84 cents; this depends on how the chunking of text is configured)
4
+
* Document Enrichment Pipeline - Builds the entire Vector Database using OpenAI embeddings in SQL using 50 selected books
5
+
* Q&A Over Vector Database Pipeline - Searches the SQL Vector Database with provided question phrase using Semantic Kernel
6
+
* Total Text (OpenAI) Tokens Processed:...............8,267,408
7
+
* Total Text (Characters) Length Processed:..........33,702,085
8
+
* Total cost for processing and building Vector Database using OpenAI Embeddings (Feb 2024 prices):..~$0.84 (~84 cents; this depends on how the chunking of text is configured)
0 commit comments