MVPilgrim commited on
Commit
17e8343
Β·
1 Parent(s): 1b6b276
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -1,17 +1,28 @@
1
  ---
2
  title: SemanticSearchPOC
3
- emoji: 😻
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: docker
7
- sdk_version: 3.40.1
8
- #app_port: 7860
9
  #suggested_storage: large
10
- app_file: app.py
11
  pinned: true
12
  startup_duration_timeout: 3 hours
13
  ---
14
 
 
 
 
 
 
 
 
 
 
 
 
15
  # Retrieval Augmented Generation with Large Language Models
16
 
17
  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.
 
1
  ---
2
  title: SemanticSearchPOC
3
+ emoji: πŸ“‰
4
  colorFrom: red
5
  colorTo: indigo
6
  sdk: docker
7
+ #sdk_version: 3.40.1
8
+ app_port: 8501
9
  #suggested_storage: large
10
+ #app_file: app.py
11
  pinned: true
12
  startup_duration_timeout: 3 hours
13
  ---
14
 
15
+ #---
16
+ #title: SemanticSearchPOC
17
+ #emoji: πŸ“‰
18
+ #colorFrom: purple
19
+ #colorTo: red
20
+ #sdk: docker
21
+ #app_port: 8501
22
+ #pinned: false
23
+ #
24
+ #---
25
+
26
  # Retrieval Augmented Generation with Large Language Models
27
 
28
  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.