Clement Vachet commited on
Commit
22b49f1
·
1 Parent(s): 5606274

Add new badge for github action

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -15,6 +15,9 @@ pinned: true
15
  [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
16
 
17
 
 
 
 
18
  **Aim: PDF-based AI chatbot with retrieval augmented generation**
19
 
20
 
@@ -23,7 +26,7 @@ pinned: true
23
  - user interface via Gradio library
24
  - Back-end:
25
  - HuggingFace embeddings
26
- - HuggingFace API for open-source LLMs
27
  - Chromadb vector database
28
  - LangChain conversational retrieval chain
29
 
 
15
  [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
16
 
17
 
18
+ ![example workflow](https://github.com/clementsan/pdf-chatbot/actions/workflows/sync_HFSpace.yml/badge.svg)
19
+
20
+
21
  **Aim: PDF-based AI chatbot with retrieval augmented generation**
22
 
23
 
 
26
  - user interface via Gradio library
27
  - Back-end:
28
  - HuggingFace embeddings
29
+ - HuggingFace Inference API for open-source LLMs
30
  - Chromadb vector database
31
  - LangChain conversational retrieval chain
32