Skip to content

Commit

Permalink
docs: Move test badge to top of README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykipkemboi committed Jan 7, 2025
1 parent afadb6c commit 17b9d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A powerful local RAG (Retrieval Augmented Generation) application that lets you chat with your PDF documents using Ollama and LangChain. This project includes both a Jupyter notebook for experimentation and a Streamlit web interface for easy interaction.

[![Python Tests](https://github.com/tonykipkemboi/ollama_pdf_rag/actions/workflows/tests.yml/badge.svg)](https://github.com/tonykipkemboi/ollama_pdf_rag/actions/workflows/tests.yml)

## Project Structure
```
ollama_pdf_rag/
Expand Down Expand Up @@ -183,8 +185,6 @@ The project uses GitHub Actions for CI. On every push and pull request:
- Ollama models are pulled
- Test results are uploaded as artifacts
[![Python Tests](https://github.com/tonykipkemboi/ollama_pdf_rag/actions/workflows/tests.yml/badge.svg)](https://github.com/tonykipkemboi/ollama_pdf_rag/actions/workflows/tests.yml)
## 📝 License
This project is open source and available under the MIT License.
Expand Down

0 comments on commit 17b9d78

Please sign in to comment.