JulsdL commited on
Commit
e8a71ef
·
1 Parent(s): b9261b9

Updated changelog

Browse files
Files changed (2) hide show
  1. CHANGELOG.md +8 -0
  2. chainlit.md +1 -1
CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ## v0.1.3 (2024-05-02)
2
 
3
  ### Added
 
1
+ ## v0.1.4 (2024-05-02)
2
+
3
+ ### Added
4
+
5
+ - Introduced the RAGAS evaluation tool for assessing the performance of the RAG application, comparing the baseline with the MultiQueryRetriever strategy.
6
+ - Saved the RAGAS test set in csv for later evaluation and comparison.
7
+ - Updated `chainlit.md` Tech Touch section.
8
+
9
  ## v0.1.3 (2024-05-02)
10
 
11
  ### Added
chainlit.md CHANGED
@@ -24,7 +24,7 @@ To get started with DeepPDF AI:
24
 
25
  # The Tech Touch 💡🤖
26
 
27
- - Text splitting: By breaking down the text into small chunks, we ensure our AI understands and processes each piece effectively.
28
  - Embedding Elixir: Powered by OpenAIEmbeddings, we turn text into searchable vectors that capture deep semantic meanings.
29
  - Retrieval Rodeo: Leveraging the Qdrant vector store, our system retrieves context that is as relevant as it gets.
30
  - MultiQuery Mastery: Our MultiQueryRetriever doesn’t just take your query at face value — it gets creative, generating three clever variations of your question to boost the chances of uncovering exactly what you need. For instance, if you ask, "Who are Meta's 'Directors'?", it spins this into:
 
24
 
25
  # The Tech Touch 💡🤖
26
 
27
+ - Smart Splitting Strategy: Dive into document analysis with our RecursiveCharacterTextSplitter that smartly sections PDFs into digestible, bite-sized chunks. This isn't just chopping up text; it's an artful dance of precision, ensuring each slice preserves the full flavor of your document's logical and semantic integrity.
28
  - Embedding Elixir: Powered by OpenAIEmbeddings, we turn text into searchable vectors that capture deep semantic meanings.
29
  - Retrieval Rodeo: Leveraging the Qdrant vector store, our system retrieves context that is as relevant as it gets.
30
  - MultiQuery Mastery: Our MultiQueryRetriever doesn’t just take your query at face value — it gets creative, generating three clever variations of your question to boost the chances of uncovering exactly what you need. For instance, if you ask, "Who are Meta's 'Directors'?", it spins this into: