MVPilgrim commited on
Commit
45ee231
·
1 Parent(s): 3eb7096
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,4 +1,3 @@
1
- # Retrieval Augmented Generation with Large Language Models
2
  ---
3
  title: SemanticSearchPOC
4
  emoji: 😻
@@ -13,6 +12,9 @@ pinned: false
13
  startup_duration_timeout: 15 minutes
14
  ---
15
 
 
 
 
16
  This project serves as a Proof-of-Concept for implementing Retrieval Augmented Generation (RAG) when prompting Large Language Models (LLMs). It is a learning exercise aimed at enabling future LLM-based applications by leveraging the power of RAG techniques.
17
 
18
  ## Components
 
 
1
  ---
2
  title: SemanticSearchPOC
3
  emoji: 😻
 
12
  startup_duration_timeout: 15 minutes
13
  ---
14
 
15
+ # Retrieval Augmented Generation with Large Language Models
16
+
17
+
18
  This project serves as a Proof-of-Concept for implementing Retrieval Augmented Generation (RAG) when prompting Large Language Models (LLMs). It is a learning exercise aimed at enabling future LLM-based applications by leveraging the power of RAG techniques.
19
 
20
  ## Components